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

### Describe the bug I have a monorepo where each package is configured with Vitest. I’m able to run tests from the terminal without issues. However, since I want to...

pending triage

### Describe the bug The extension is working fine. I can view all my tests and execute them from within the test view. I can also execute specific tests from...

pending triage

Make it so I can copy the test output in a format consumable by an LLM # Example Output ``` Test: first pass: 2 => 1 (11.296134000000052ms) File: /workspaces/vscode/samples/basic/test/each.test.ts Error:...

### Describe the bug The cliArgument --silent=true and passed-only are ignored by the plugin ### Reproduction add --silent=true to the vitest.cliArguments setting ### Output ```shell [INFO 10:03:20 AM] [v0.0.0] Vitest...

pending triage

### Describe the bug In the https://github.com/QwikDev/qwik monorepo, I configured vitest as follows: ```ts import { qwikVite } from '@qwik.dev/core/optimizer'; import tsconfigPaths from 'vite-tsconfig-paths'; import { defineConfig } from 'vitest/config';...

pending triage

### Describe the bug I'm using vitest for express testing but the extension is unusable for my use case. I want to: 1. Spin up a container to be used...

pending triage

### Describe the bug When a global setup fails, the tests that depend on it do not run, which is expected. However, the tests start if they are run the...

pending triage

### Describe the bug When a test has a main describe name that is not a string like `describe(Service.name)` it never run the tests the first time I hit the...

pending triage

### Clear and concise description of the problem Support running tests on save ### Suggested solution The equivalent of this config from vscode-jest ``` "jest.runMode": { "type": "on-save", "testFileOnly": true,...

enhancement: pending triage

Type: Bug Reproduction method: Click the test result panel or execute the toggle panel command Extension version: 1.28.2 VS Code version: Code 1.104.0 (f220831ea2d946c0dcb0f3eaa480eb435a2c1260, 2025-09-10T06:46:18.035Z) OS version: Windows_NT x64 10.0.19045...