We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5a68e7 commit d924ce4Copy full SHA for d924ce4
1 file changed
.vscode/settings.json
@@ -27,5 +27,9 @@
27
"*": "${basename}.*.${extname}"
28
},
29
"i18n-ally.localesPaths": ["src/locales"],
30
- "cSpell.words": ["icns", "nsis", "rsbuild", "tauri"]
+ "cSpell.words": ["icns", "nsis", "rsbuild", "tauri"],
31
+ "editor.codeActionsOnSave": {
32
+ "source.fixAll.biome": "explicit",
33
+ "source.organizeImports.biome": "explicit"
34
+ }
35
}
0 commit comments