Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 139b7ed

Browse files
committed
chore: update vscode workspace settings
1 parent 116c43f commit 139b7ed

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.vscode/settings.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"typescript.format.semicolons": "remove",
55
"typescript.preferences.quoteStyle": "single",
66
"[javascript]": {
7-
"editor.defaultFormatter": "vscode.typescript-language-features"
7+
"editor.defaultFormatter": "vscode.typescript-language-features",
8+
"editor.formatOnSave": false,
89
},
910
"[typescript]": {
1011
"editor.defaultFormatter": "vscode.typescript-language-features",
@@ -25,6 +26,6 @@
2526
"editor.formatOnSave": true,
2627
},
2728
"deno.enable": true,
28-
"deno.unstable": false,
29+
"deno.unstable": true,
2930
"deno.importMap": "./import_map.json"
3031
}

0 commit comments

Comments
 (0)