vscode icon indicating copy to clipboard operation
vscode copied to clipboard

VS Code extension for Vitest

Results 126 vscode issues
Sort by recently updated
recently updated
newest added

### 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...

enhancement: pending triage

### 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...

p3-minor-bug

### 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...

pending triage

### 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...

p4-important

### 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...

pending triage

### 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 }...

pending triage