From a85a2f902275482040df5150d0f588e67391c353 Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Tue, 23 Aug 2022 20:49:25 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=BC=80=E5=90=AF`vscode`=E6=8B=AC?= =?UTF-8?q?=E5=8F=B7=E5=AF=B9=E6=8C=87=E5=8D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index d8454fb..bb65d68 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,6 +6,7 @@ }, "editor.tabSize": 2, "editor.formatOnPaste": true, + "editor.guides.bracketPairs": "active", "files.autoSave": "afterDelay", "git.confirmSync": false, "workbench.startupEditor": "newUntitledFile",