vscode
vscode copied to clipboard
VS Code extension for Vitest
### Clear and concise description of the problem Vitest extension will only work if Vitest is installed in the local directory `node_modules` folder. ### Suggested solution Please have the extension...
### Describe the bug Running this kind of test can not be stopped within the vscode test ui. It can be stopped only by killing the process itself. ``` it('can...
### Describe the bug I found after installation that this extension puts a lock on the dist folder while it is active and I pretty cannot build or run my...
### Clear and concise description of the problem I'm creating a turborepo with multiple backend/frontend apps and multiple packages and I'm implementing Vitest in all of them. So far I...
### Describe the bug If I have two different test files with the same name, they show up fine in the UI, but the test results do not persist from...
### Describe the bug The button to stop tests that are already running doesn't work. It enough to have a single long-running test such as: ```ts import { test }...