chore: 🔨 vSCode 开启智能提示

Former-commit-id: 516bdc214c
This commit is contained in:
hxr 2023-10-09 21:27:47 +08:00
parent 244dc3fdff
commit 5bf906cc31
1 changed files with 5 additions and 1 deletions

View File

@ -4,7 +4,11 @@
"editor.tabSize": 2, "editor.tabSize": 2,
"editor.formatOnSave": true, "editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode", "editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.quickSuggestions": {
"other": true,
"comments": true,
"strings": true
},
"editor.codeActionsOnSave": { "editor.codeActionsOnSave": {
"source.fixAll": true, "source.fixAll": true,
"source.fixAll.eslint": true, "source.fixAll.eslint": true,