From 5cbe59219d8dc82470a10d7aeb7f0ed621e8e0be Mon Sep 17 00:00:00 2001 From: m1m1sha <18262227804@163.com> Date: Mon, 6 May 2024 14:26:32 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B3=20chore:=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E5=8C=BA=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit move the gui workspace configuration from the main workspace to the gui workspace to avoid issues such as plugin warnings --- easytier-gui/.vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easytier-gui/.vscode/settings.json b/easytier-gui/.vscode/settings.json index 90be503..cd41870 100644 --- a/easytier-gui/.vscode/settings.json +++ b/easytier-gui/.vscode/settings.json @@ -2,4 +2,4 @@ "i18n-ally.localesPaths": [ "locales" ] -} +} \ No newline at end of file