vitest-dev / vscode

VS Code extension for Vitest
https://vitest.dev/vscode
MIT License
741 stars 83 forks source link

Fix errors when workspace path has spaces on Windows #274

Closed wenbei closed 6 months ago

wenbei commented 6 months ago

Add quotes to command and args when path contains spaces. Fixes #200 on Windows.

Current status Running tests directly from play (▶) button: Works well Running "Debug Test": Seems to work now ~Debug mode will add quotes again despite seemly using the same code as running tests directly. Arguments become ""double quotes""~

Starting watch/continuous mode:

Any guidance would be appreciated.

Minor: removes quote typo in error log.

wenbei commented 6 months ago

This is fixed with #253