From 32af28fb9f5032c7dc5c530204b4405443d46e1b Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Tue, 18 Jan 2022 17:00:30 +0800 Subject: [PATCH] fix: vscode settings.json --- .vscode/settings.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 63e4441..b785fae 100644 --- a/.vscode/settings.json +++ b/.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",