From c137b97089539c0efae1bb721aa2be4c45216cd5 Mon Sep 17 00:00:00 2001 From: Soybean Date: Sun, 5 May 2024 00:18:23 +0800 Subject: [PATCH] chore(projects): update vscode settings --- .vscode/settings.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index efd47c261..d1c86a177 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -13,7 +13,6 @@ "i18n-ally.keystyle": "nested", "i18n-ally.localesPaths": ["src/locales/langs"], "prettier.enable": false, - "unocss.root": ["./"], "typescript.tsdk": "node_modules/typescript/lib", - "vue.server.hybridMode": true + "unocss.root": ["./"] }