feat(vscode): add vitest integration

This commit is contained in:
Elian Doran
2025-03-06 21:19:28 +02:00
parent a162fbfe42
commit f209e4f14d
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
{
"recommendations": ["lokalise.i18n-ally", "editorconfig.editorconfig"]
"recommendations": [
"lokalise.i18n-ally",
"editorconfig.editorconfig",
"vitest.explorer"
]
}