Skip to content

Commit 0b9b430

Browse files
committed
Try to unbork VS Code formatting on save.
Might fix #383
1 parent 3aa9b3e commit 0b9b430

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.vscode/settings.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
{
22
"typescript.tsdk": "node_modules/typescript/lib",
3-
"editor.defaultFormatter": "biomejs.biome",
4-
"[typescript]": {
3+
"[javascript][typescript][json]": {
54
"editor.defaultFormatter": "biomejs.biome",
6-
"editor.formatOnSave": true
5+
"editor.formatOnSave": true,
6+
"editor.codeActionsOnSave": {
7+
"source.fixAll": "explicit"
8+
}
79
},
810
"[jsonc]": {
911
"editor.defaultFormatter": "biomejs.biome"
10-
},
11-
"editor.codeActionsOnSave": {
12-
"source.fixAll": "explicit",
13-
"source.organizeImports": "explicit"
1412
}
1513
}

0 commit comments

Comments
 (0)