mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2026-03-31 20:37:23 +08:00
fix(vscode): add oxc.vscode extension and update settings for formatting. fixed #904
This commit is contained in:
1
.vscode/extensions.json
vendored
1
.vscode/extensions.json
vendored
@@ -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",
|
||||
|
||||
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@@ -15,6 +15,6 @@
|
||||
"i18n-ally.parsers.typescript.compilerOptions": {
|
||||
"moduleResolution": "node"
|
||||
},
|
||||
"prettier.enable": false,
|
||||
"oxc.fmt.configPath": ".oxfmtrc.json",
|
||||
"unocss.root": ["./"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user