chore(projects): update vscode settings

This commit is contained in:
Soybean 2024-06-06 10:27:03 +08:00
parent ffb48b15bc
commit 910dfca8bb

View File

@ -14,5 +14,6 @@
"i18n-ally.localesPaths": ["src/locales/langs"],
"prettier.enable": false,
"typescript.tsdk": "node_modules/typescript/lib",
"unocss.root": ["./"]
"unocss.root": ["./"],
"vue.server.hybridMode": false
}