chore: 🔨 vSCode 开启智能提示

Former-commit-id: 516bdc214c7d6dc5f858407d96c806a1107b28cd
This commit is contained in:
hxr
2023-10-09 21:27:47 +08:00
parent 244dc3fdff
commit 5bf906cc31

View File

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