diff --git a/internal/init/templates/.vscode/settings.json b/internal/init/templates/.vscode/settings.json index 5d0c9ed1c..af62c23f8 100644 --- a/internal/init/templates/.vscode/settings.json +++ b/internal/init/templates/.vscode/settings.json @@ -3,7 +3,21 @@ "supabase/functions" ], "deno.lint": true, - "deno.unstable": true, + "deno.unstable": [ + "bare-node-builtins", + "byonm", + "sloppy-imports", + "unsafe-proto", + "webgpu", + "broadcast-channel", + "worker-options", + "cron", + "kv", + "ffi", + "fs", + "http", + "net" + ], "[typescript]": { "editor.defaultFormatter": "denoland.vscode-deno" }