chore: adjusted vscode settings

This commit is contained in:
Neko Ayaka
2024-12-03 16:26:27 +08:00
parent c9c38d5191
commit 0984c40728
2 changed files with 14 additions and 9 deletions
+11 -7
View File
@@ -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"
]
}
+3 -2
View File
@@ -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"
}