Skip to content

Commit

Permalink
chore: 去除 vscode 已经内置的插件推荐
Browse files Browse the repository at this point in the history
  • Loading branch information
markthree committed Jun 19, 2022
1 parent 6dbbdc3 commit 03958b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
"Vue.volar",
"steoates.autoimport",
"esbenp.prettier-vscode",
"formulahendry.auto-close-tag",
"formulahendry.auto-rename-tag",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"EditorConfig.EditorConfig",
Expand Down
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"eslint.enable": true,
// 开启 prettier
"prettier.enable": true,
"editor.linkedEditing": true,
// 开启 eslint 作为格式化工具
"eslint.format.enable": true,
// 包管理器 pnpm
Expand Down

0 comments on commit 03958b0

Please sign in to comment.