fix: 🐛 新版本`unocss`插件不智能提示问题修复

Former-commit-id: eb535b3855
This commit is contained in:
郝先瑞 2023-09-07 18:45:49 +08:00
parent 633865cff4
commit 18ceb2e86d
1 changed files with 2 additions and 52 deletions

54
.vscode/settings.json vendored
View File

@ -1,14 +1,11 @@
{ {
"unocss.root": "packages/client",
"typescript.tsdk": "./node_modules/typescript/lib", "typescript.tsdk": "./node_modules/typescript/lib",
"npm.packageManager": "pnpm", "npm.packageManager": "pnpm",
"editor.tabSize": 2, "editor.tabSize": 2,
"editor.formatOnSave": true, "editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode", "editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.quickSuggestions": {
"other": true,
"comments": true,
"strings": true
},
"editor.codeActionsOnSave": { "editor.codeActionsOnSave": {
"source.fixAll": true, "source.fixAll": true,
"source.fixAll.eslint": true, "source.fixAll.eslint": true,
@ -63,12 +60,6 @@
"**/dist/**": true, "**/dist/**": true,
"**/yarn.lock": true "**/yarn.lock": true
}, },
"material-icon-theme.folders.color": "#42a5f5",
"material-icon-theme.folders.theme": "specific",
"material-icon-theme.activeIconPack": "vue_vuex",
"path-intellisense.mappings": {
"@/": "${workspaceRoot}/src/"
},
"i18n-ally.localesPaths": ["src/locales/lang"], "i18n-ally.localesPaths": ["src/locales/lang"],
"i18n-ally.keystyle": "nested", "i18n-ally.keystyle": "nested",
"i18n-ally.sortKeys": true, "i18n-ally.sortKeys": true,
@ -78,45 +69,4 @@
"i18n-ally.sourceLanguage": "en", "i18n-ally.sourceLanguage": "en",
"i18n-ally.displayLanguage": "zh-CN", "i18n-ally.displayLanguage": "zh-CN",
"i18n-ally.enabledFrameworks": ["vue", "react"], "i18n-ally.enabledFrameworks": ["vue", "react"],
"cSpell.words": [
"antd",
"antv",
"brotli",
"browserslist",
"codemirror",
"commitlint",
"cropperjs",
"echarts",
"ERUDA",
"esnext",
"esno",
"iconify",
"INTLIFY",
"lint-staged",
"lintstagedrc",
"logicflow",
"mkcert",
"mockjs",
"nprogress",
"persistedstate",
"pinia",
"pnpm",
"qrcode",
"sider",
"sortablejs",
"stylelint",
"tailwindcss",
"tdesign",
"tinymce",
"unocss",
"unplugin",
"vben",
"vditor",
"Vite",
"vitejs",
"vueuse",
"windi",
"windicss",
"zxcvbn"
],
} }