We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c40f07a commit 4b9a632Copy full SHA for 4b9a632
.vscode/settings.json
@@ -1,7 +1,12 @@
1
{
2
"biome.lsp.bin": "./mcp/node_modules/@biomejs/biome/bin/biome",
3
"[typescript]": {
4
- "editor.defaultFormatter": "biomejs.biome"
+ "editor.defaultFormatter": "biomejs.biome",
5
+ "editor.formatOnSave": true,
6
+ "editor.codeActionsOnSave": {
7
+ "source.fixAll.biome": "explicit",
8
+ "source.organizeImports.biome": "explicit"
9
+ }
10
},
11
"[jsonc]": {
12
"editor.defaultFormatter": "vscode.json-language-features"
0 commit comments