From 910dfca8bbce766ae36feef2f27ef0ff0c0b67a4 Mon Sep 17 00:00:00 2001 From: Soybean Date: Thu, 6 Jun 2024 10:27:03 +0800 Subject: [PATCH] chore(projects): update vscode settings --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index d1c86a177..f7b20e53f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -14,5 +14,6 @@ "i18n-ally.localesPaths": ["src/locales/langs"], "prettier.enable": false, "typescript.tsdk": "node_modules/typescript/lib", - "unocss.root": ["./"] + "unocss.root": ["./"], + "vue.server.hybridMode": false }