Files
strudel/.vscode/settings.json
T
2025-06-13 13:55:04 +02:00

33 lines
638 B
JSON

{
"[typescript]": {
"editor.defaultFormatter": "denoland.vscode-deno"
},
"cSpell.words": [
"subspan",
"vals"
],
"deno.enablePaths": [
"supabase/functions"
],
"deno.lint": true,
"deno.unstable": [
"bare-node-builtins",
"byonm",
"sloppy-imports",
"unsafe-proto",
"webgpu",
"broadcast-channel",
"worker-options",
"cron",
"kv",
"ffi",
"fs",
"http",
"net"
],
"testing.automaticallyOpenPeekView": "never",
"yaml.schemas": {
"https://json.schemastore.org/github-workflow.json": "file:///home/felix/projects/strudel/.github/workflows/deploy.yml"
}
}