-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
Windows space in folder not allowed #116
Comments
Close as #118 merged |
This issue came back it appears. In my case the package running the tests is part of a larger project, but VS Code is started from the package and not at the root of the larger project and the package folder is a VS Code workspace. The space in the path is at the level below the package running the test. Running an individual test file from the extension with the default settings gives the following output:
Environment:
|
Describe the bug
On windows, When folder name has spaces, command line to run test fail.
To Reproduce
Run vitest on widows with a folder name with spaces
Expected behavior
Support space in folder names
Screenshots
Example error :
Environment
The text was updated successfully, but these errors were encountered: