fix(vscode): add oxc.vscode extension and update settings for formatting. fixed #904

This commit is contained in:
Soybean
2026-03-30 23:40:08 +08:00
parent 6887b01662
commit f8bd921a14
2 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
"mhutchie.git-graph",
"mikestead.dotenv",
"naumovs.color-highlight",
"oxc.oxc-vscode",
"pkief.material-icon-theme",
"sdras.vue-vscode-snippets",
"vue.volar",

View File

@@ -15,6 +15,6 @@
"i18n-ally.parsers.typescript.compilerOptions": {
"moduleResolution": "node"
},
"prettier.enable": false,
"oxc.fmt.configPath": ".oxfmtrc.json",
"unocss.root": ["./"]
}