From 864aa711b7a931f4d292d774ecde73d0edad2f56 Mon Sep 17 00:00:00 2001 From: wuchenguang1998 <63847336+wuchenguang1998@users.noreply.github.com> Date: Sat, 21 Sep 2024 01:11:43 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=8C=96=E6=8F=92=E4=BB=B6=E6=89=A9=E5=B1=95?= =?UTF-8?q?=E6=8E=A8=E8=8D=90=20(#513)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/extensions.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index a9da5879..b894cef7 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,5 +1,7 @@ { "recommendations": [ + "dbaeumer.vscode-eslint", + "esbenp.prettier-vscode", "lokalise.i18n-ally", ] }