Skip to content
Discussion options

You must be logged in to vote

The Vitest VSCode extension should work in most VSCode forks like Cursor and Windsurf since they're built on the same VSCode foundation and support VSCode extensions. However, there might be some edge cases or minor compatibility issues depending on how much the fork has diverged from vanilla VSCode.

If you want functionality that works across different IDEs, here are some options:

  • Run vitest --ui command to get a browser-based test interface that works regardless of your editor. It provides a nice visual interface for running and viewing tests.

  • vitest --watch to runs tests automatically on file changes and shows results in the terminal.

  • Use custom reporters to get the output format…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by deacitra22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants