mirror of
https://codeberg.org/uzu/strudel
synced 2026-09-05 06:57:35 -04:00
33 lines
638 B
JSON
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"
|
|
}
|
|
}
|