silverbullet/.vscode/settings.json

8 lines
162 B
JSON
Raw Normal View History

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