vitest-dev / vscode

VS Code extension for Vitest
https://vitest.dev/vscode
MIT License
728 stars 79 forks source link

feat: experimental support for browser mode #428

Closed sheremet-va closed 1 week ago

sheremet-va commented 1 week ago

Running files in browser mode on every keystroke is quite expensive, so instead we collect all tests by reading their AST. To support correct .each handling, users still need to run the test at least once, but we at least show unprocessed test names there.