We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aa9b3e commit 0b9b430Copy full SHA for 0b9b430
.vscode/settings.json
@@ -1,15 +1,13 @@
1
{
2
"typescript.tsdk": "node_modules/typescript/lib",
3
- "editor.defaultFormatter": "biomejs.biome",
4
- "[typescript]": {
+ "[javascript][typescript][json]": {
5
"editor.defaultFormatter": "biomejs.biome",
6
- "editor.formatOnSave": true
+ "editor.formatOnSave": true,
+ "editor.codeActionsOnSave": {
7
+ "source.fixAll": "explicit"
8
+ }
9
},
10
"[jsonc]": {
11
"editor.defaultFormatter": "biomejs.biome"
- },
- "editor.codeActionsOnSave": {
12
- "source.fixAll": "explicit",
13
- "source.organizeImports": "explicit"
14
}
15
0 commit comments