Cannot use --project in cliArguments
if the project name contains spaces
#7515
Labels
p3-minor-bug
An edge case that only affects very specific usage (priority)
Describe the bug
Trying to do
--project=\"browser (chromium)\"
does not work and makes the extension fail to collect tests.Reproduction
"vitest.cliArguments": "--project=\"browser (chromium)\""
in VSCode configOutput
Workaround
I have been able to work around this by doing
--project=*chromium)
Extension Version
1.14.1
Vitest Version
3.0.5
Validations
The text was updated successfully, but these errors were encountered: