19 lines
393 B
JSON
19 lines
393 B
JSON
{
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports.biome": "explicit",
|
|
"source.fixAll.biome": "explicit"
|
|
},
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "biomejs.biome"
|
|
},
|
|
"[json]": {
|
|
"editor.defaultFormatter": "biomejs.biome"
|
|
},
|
|
// "editor.quickSuggestions": {
|
|
// "other": false,
|
|
// "comments": false,
|
|
// "strings": false
|
|
// },
|
|
// "editor.hover.enabled": false,
|
|
}
|