Quellcode durchsuchen

fix: vscode setting

xiaoxian521 vor 3 Jahren
Ursprung
Commit
5e9198c2e0
4 geänderte Dateien mit 1 neuen und 6 gelöschten Zeilen
  1. 0 5
      .vscode/settings.json
  2. 0 0
      .vscode/vue3.0.code-snippets
  3. 0 0
      .vscode/vue3.2.code-snippets
  4. 1 1
      package.json

+ 0 - 5
.vscode/settings.json

@@ -10,7 +10,6 @@
    * TypeScript Vue Plugin (Volar)
    * Vue Language Features (Volar)
    */
-  "terminal.integrated.rendererType": "dom",
   "editor.formatOnType": true,
   "editor.formatOnSave": true,
   "javascript.updateImportsOnFileMove.enabled": "always",
@@ -34,8 +33,6 @@
     "comments": true,
     "strings": true
   },
-  // Automatically fix some syntax errors of ts
-  "tslint.autoFixOnSave": true,
   "files.associations": {
     // Specifies the location of snippets in the suggestion widget
     "editor.snippetSuggestions": "top"
@@ -43,11 +40,9 @@
   "[css]": {
     "editor.defaultFormatter": "esbenp.prettier-vscode"
   },
-  "cSpell.userWords": ["sourcemap", "vite"],
   "editor.codeActionsOnSave": {
     "source.fixAll.eslint": true
   },
-  "volar.tsPlugin": true,
   "typescript.tsdk": "node_modules/typescript/lib",
   "i18n-ally.localesPaths": ["src/plugins/i18n"],
   "i18n-ally.keystyle": "nested",

+ 0 - 0
.vscode/vue3.0.code-snippets.json → .vscode/vue3.0.code-snippets


+ 0 - 0
.vscode/vue3.2+.setup-snippets.json → .vscode/vue3.2.code-snippets


+ 1 - 1
package.json

@@ -18,7 +18,7 @@
     "lint:stylelint": "stylelint --cache --fix \"**/*.{vue,css,scss,postcss,less}\" --cache --cache-location node_modules/.cache/stylelint/",
     "lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js",
     "lint:pretty": "pretty-quick --staged",
-    "lint": "pnpm lint:eslint && pnpm lint:prettier && pnpm lint:stylelint && pnpm lint:pretty",
+    "lint": "pnpm lint:eslint && pnpm lint:prettier && pnpm lint:stylelint",
     "prepare": "husky install",
     "preinstall": "npx only-allow pnpm"
   },