Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix errors when workspace path has spaces on Windows #274

Closed
wants to merge 2 commits into from

Conversation

wenbei
Copy link

@wenbei wenbei commented Feb 29, 2024

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 wenbei marked this pull request as draft March 1, 2024 05:02
@wenbei wenbei force-pushed the main branch 2 times, most recently from 8262ac9 to 1a5b443 Compare March 7, 2024 01:20
@wenbei
Copy link
Author

wenbei commented Mar 7, 2024

This is fixed with #253

@wenbei wenbei closed this Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Vitest version not detected when workspace path has spaces in it
1 participant