From 516bdc214c7d6dc5f858407d96c806a1107b28cd Mon Sep 17 00:00:00 2001 From: hxr <1490493387@qq.com> Date: Mon, 9 Oct 2023 21:27:47 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20:hammer:=20vSCode=20=E5=BC=80=E5=90=AF?= =?UTF-8?q?=E6=99=BA=E8=83=BD=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 8682667..1e824bf 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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,