From ce2f5338de4fa4dc179927a4733fa03d1610422a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Fri, 7 Nov 2025 02:11:50 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=20VSCode=20=E6=89=A9?= =?UTF-8?q?=E5=B1=95=E6=8E=A8=E8=8D=90=E5=88=97=E8=A1=A8=EF=BC=8C=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=20stylelint=20=E5=92=8C=20lokalise.i18n-ally?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/extensions.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 0c4e4ea..8a32071 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -2,10 +2,11 @@ "recommendations": [ "Vue.volar", "vitest.explorer", - "ms-playwright.playwright", "dbaeumer.vscode-eslint", "EditorConfig.EditorConfig", "oxc.oxc-vscode", - "esbenp.prettier-vscode" + "esbenp.prettier-vscode", + "stylelint.vscode-stylelint", + "lokalise.i18n-ally" ] }