From 0984c40728fe7c53b9d23fb39dafffc0a1affd8a Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Tue, 3 Dec 2024 16:26:27 +0800 Subject: [PATCH] chore: adjusted vscode settings --- .vscode/extensions.json | 18 +++++++++++------- .vscode/settings.json | 5 +++-- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index d066795b5..5e6027345 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,13 +1,17 @@ { "recommendations": [ - "antfu.iconify", - "antfu.unocss", - "antfu.vite", - "antfu.goto-alias", - "csstools.postcss", + "streetsidesoftware.code-spell-checker", + "mikestead.dotenv", + "EditorConfig.EditorConfig", + "usernamehw.errorlens", "dbaeumer.vscode-eslint", - "vue.volar", + "antfu.goto-alias", "lokalise.i18n-ally", - "streetsidesoftware.code-spell-checker" + "antfu.iconify", + "yzhang.markdown-all-in-one", + "antfu.unocss", + "Vue.volar", + "vitest.explorer", + "redhat.vscode-yaml" ] } diff --git a/.vscode/settings.json b/.vscode/settings.json index 2d2b168be..845127a69 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,4 @@ { - "cSpell.words": ["Vitesse", "Vite", "unocss", "vitest", "vueuse", "pinia", "demi", "antfu", "iconify", "intlify", "vitejs", "unplugin", "pnpm"], "i18n-ally.sourceLanguage": "en", "i18n-ally.keystyle": "nested", "i18n-ally.localesPaths": "locales", @@ -44,5 +43,7 @@ "json", "jsonc", "yaml" - ] + ], + + "typescript.tsdk": "node_modules/typescript/lib" }