I wanted to be able to run tests in VS Code. For that I found I needed to install the Vitest VS Code extension. I made the following change to my own projects extensions.json to recommend this to users:
+ "vitest.explorer"
Would it be worth including that in CTA for users writing tests?
Bug Report Checklist
main
branch of the repository.Overview
I wanted to be able to run tests in VS Code. For that I found I needed to install the Vitest VS Code extension. I made the following change to my own projects
extensions.json
to recommend this to users:Would it be worth including that in CTA for users writing tests?
Additional Info
No response