This commit is contained in:
David Arranz 2025-11-04 16:55:36 +01:00
parent 903783ec71
commit 1c85b57776

10
.vscode/settings.json vendored
View File

@ -11,11 +11,9 @@
"javascript.preferences.importModuleSpecifier": "shortest",
"typescript.suggest.enabled": true,
"typescript.suggest.autoImports": true,
"typescript.suggest.completeFunctionCalls": true,
"typescript.suggest.includeAutomaticOptionalChainCompletions": true,
"typescript.suggestionActions.enabled": true,
"typescript.preferences.importModuleSpecifier": "shortest",
"typescript.autoClosingTags": true,
"editor.quickSuggestions": {
@ -23,13 +21,9 @@
},
"editor.codeActionsOnSave": {
"source.organizeImports": "always",
"quickfix.biome": "always",
"source.fixAll": "always",
"source.fixAll.biome": "always",
"source.organizeImports.biome": "always",
"source.removeUnusedImports": "always",
"source.removeUnused.biome": "explicit"
"source.removeUnusedImports": "always"
},
"editor.defaultFormatter": "biomejs.biome",
"editor.formatOnSave": true,
@ -39,7 +33,7 @@
"editor.defaultFormatter": "biomejs.biome"
},
"[typescriptreact]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
"editor.defaultFormatter": "biomejs.biome"
},
"[javascript]": {
"editor.defaultFormatter": "biomejs.biome"