From cb714682774c063c2217951d7431be668edc72ab Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Wed, 19 Jan 2022 21:39:53 +0800 Subject: [PATCH] fix: update vscode extensions --- .vscode/extensions.json | 4 ++++ .vscode/settings.json | 13 ------------- 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index e59b0cf..47f45cb 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,12 +1,16 @@ { "recommendations": [ + "johnsoncodehk.vscode-typescript-vue-plugin", "voorjaar.windicss-intellisense", + "vscode-icons-team.vscode-icons", + "davidanson.vscode-markdownlint", "stylelint.vscode-stylelint", "dbaeumer.vscode-eslint", "esbenp.prettier-vscode", "johnsoncodehk.volar", "lokalise.i18n-ally", "mikestead.dotenv", + "eamodio.gitlens", "antfu.iconify" ] } diff --git a/.vscode/settings.json b/.vscode/settings.json index b785fae..1239a8c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,15 +1,4 @@ { - /** 你需要安装这些插件,以便带来更好的提示体验 - * ESLint - * Prettier - Code formatter - * stylelint - * vscode-icons - * i18n Ally - * Iconify IntelliSense - * WindiCSS IntelliSense - * TypeScript Vue Plugin (Volar) - * Vue Language Features (Volar) - */ "editor.formatOnType": true, "editor.formatOnSave": true, "javascript.updateImportsOnFileMove.enabled": "always", @@ -27,14 +16,12 @@ "editor.suggestSelection": "first", "editor.acceptSuggestionOnCommitCharacter": false, "css.lint.propertyIgnoredDueToDisplay": "ignore", - // Prevent inline styles from being automatically formatted to all lowercase "editor.quickSuggestions": { "other": true, "comments": true, "strings": true }, "files.associations": { - // Specifies the location of snippets in the suggestion widget "editor.snippetSuggestions": "top" }, "[css]": {