diff --git a/.gitpod.yml b/.gitpod.yml index 7c090e2..dd82d85 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -4,3 +4,7 @@ image: tasks: - init: '' command: 'echo "TODO: Replace with command to start project"' + +vscode: + extensions: + - denoland.vscode-deno@2.3.1:EQc/TzIQd+H8BcYsPXTo/A== \ No newline at end of file diff --git a/.theia/settings.json b/.theia/settings.json new file mode 100644 index 0000000..1535e13 --- /dev/null +++ b/.theia/settings.json @@ -0,0 +1,5 @@ +{ + "deno.enable": true, + "deno.lint": true, + "deno.unstable": true +} \ No newline at end of file