1
0
silverbullet/.vscode/settings.json

8 lines
178 B
JSON
Raw Normal View History

{
"editor.formatOnSave": true,
"typescriptHero.imports.stringQuoteStyle": "\"",
"deno.enable": true,
"deno.importMap": "import_map.json",
"deno.config": "deno.jsonc"
}