diff --git a/.vscode/settings.json b/.vscode/settings.json index 9db36c9..225c59a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,14 +1,11 @@ { + "unocss.root": "packages/client", "typescript.tsdk": "./node_modules/typescript/lib", "npm.packageManager": "pnpm", "editor.tabSize": 2, "editor.formatOnSave": true, "editor.defaultFormatter": "esbenp.prettier-vscode", - "editor.quickSuggestions": { - "other": true, - "comments": true, - "strings": true - }, + "editor.codeActionsOnSave": { "source.fixAll": true, "source.fixAll.eslint": true, @@ -63,12 +60,6 @@ "**/dist/**": 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.keystyle": "nested", "i18n-ally.sortKeys": true, @@ -78,45 +69,4 @@ "i18n-ally.sourceLanguage": "en", "i18n-ally.displayLanguage": "zh-CN", "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" - ], }