From 18ceb2e86d3d939e70a4ec608dfd0f93c2b22ca3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com> Date: Thu, 7 Sep 2023 18:45:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20:bug:=20=E6=96=B0=E7=89=88=E6=9C=AC`unoc?= =?UTF-8?q?ss`=E6=8F=92=E4=BB=B6=E4=B8=8D=E6=99=BA=E8=83=BD=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: eb535b38551cc5283d91c98995e31731413e7911 --- .vscode/settings.json | 54 ++----------------------------------------- 1 file changed, 2 insertions(+), 52 deletions(-) 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" - ], }