fix: 🐛 新版本`unocss`插件不智能提示问题修复
This commit is contained in:
parent
2bcd95236d
commit
eb535b3855
|
|
@ -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"
|
|
||||||
],
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue