chore(workspace): added antfu.pnpm-catalog-lens as recommended vscode extension

This commit is contained in:
Neko Ayaka
2025-09-12 03:41:40 +08:00
parent d9ce0eff6d
commit 8d02a1deec
+10 -9
View File
@@ -1,18 +1,19 @@
{ {
"recommendations": [ "recommendations": [
"streetsidesoftware.code-spell-checker",
"mikestead.dotenv",
"EditorConfig.EditorConfig",
"usernamehw.errorlens",
"dbaeumer.vscode-eslint",
"antfu.goto-alias", "antfu.goto-alias",
"lokalise.i18n-ally",
"antfu.iconify", "antfu.iconify",
"yzhang.markdown-all-in-one", "antfu.pnpm-catalog-lens",
"antfu.unocss", "antfu.unocss",
"dbaeumer.vscode-eslint",
"EditorConfig.EditorConfig",
"lokalise.i18n-ally",
"mikestead.dotenv",
"redhat.vscode-yaml",
"rust-lang.rust-analyzer",
"streetsidesoftware.code-spell-checker",
"usernamehw.errorlens",
"Vue.volar", "Vue.volar",
"vitest.explorer", "vitest.explorer",
"redhat.vscode-yaml", "yzhang.markdown-all-in-one"
"rust-lang.rust-analyzer"
] ]
} }