vscode icon indicating copy to clipboard operation
vscode copied to clipboard

cliArgument --silent='passed-only' doesn't work

Open jkbdk opened this issue 2 months ago • 0 comments

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

[INFO 10:03:20 AM] [v0.0.0] Vitest extension is activated because Vitest is installed or there is a Vite/Vitest config file in the workspace.
[INFO 10:03:20 AM] [API] Resolving configs: testApp/vite.config.ts
[INFO 10:03:20 AM] [API] Running Vitest v3.0.9 (testApp/vite.config.ts) with "/home/user/.local/share/mise/installs/node/22.18.0/bin/node /home/user/.vscode/extensions/vitest.explorer-1.32.1/dist/worker.js"
[INFO 10:03:21 AM] [API] Watching vite.config.ts
[INFO 10:03:21 AM] [VSCODE] Watching testApp with pattern **/*

Extension Version

1.32.1

Vitest Version

3.0.9

Validations

jkbdk avatar Oct 30 '25 09:10 jkbdk