silverbullet/.vscode/settings.json

8 lines
177 B
JSON
Raw Normal View History

2022-10-06 21:14:21 +08:00
{
"editor.formatOnSave": true,
"typescriptHero.imports.stringQuoteStyle": "\"",
"deno.enable": true,
"deno.importMap": "import_map.json",
"deno.config": "deno.json"
}