Skip to content

Commit d924ce4

Browse files
committed
feat: 在设置中添加代码保存时的自动修复和导入整理功能
1 parent c5a68e7 commit d924ce4

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.vscode/settings.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,9 @@
2727
"*": "${basename}.*.${extname}"
2828
},
2929
"i18n-ally.localesPaths": ["src/locales"],
30-
"cSpell.words": ["icns", "nsis", "rsbuild", "tauri"]
30+
"cSpell.words": ["icns", "nsis", "rsbuild", "tauri"],
31+
"editor.codeActionsOnSave": {
32+
"source.fixAll.biome": "explicit",
33+
"source.organizeImports.biome": "explicit"
34+
}
3135
}

0 commit comments

Comments
 (0)