Skip to content

Commit

Permalink
Copy vscode settings from silverbullet
Browse files Browse the repository at this point in the history
  • Loading branch information
justyns committed Mar 10, 2024
1 parent c8bdacd commit f49b430
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
{
"deno.enable": true,
"editor.formatOnSave": true,
"deno.config": "deno.jsonc"
"deno.enable": true,
"deno.importMap": "import_map.json",
"deno.config": "deno.jsonc",
"deno.unstable": true,
"[json]": {
"editor.defaultFormatter": "denoland.vscode-deno"
},
"[jsonc]": {
"editor.defaultFormatter": "denoland.vscode-deno"
},
"[markdown]": {
"editor.formatOnSave": false
},
"[typescript]": {
"editor.defaultFormatter": "denoland.vscode-deno"
}
}

0 comments on commit f49b430

Please sign in to comment.