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

Break when space in directory #64

Open
paparent opened this issue Sep 30, 2024 · 1 comment
Open

Break when space in directory #64

paparent opened this issue Sep 30, 2024 · 1 comment

Comments

@paparent
Copy link

When there's a space in the project directory or even directory ancestor, it makes the test fail with the following error:

Vim:E475: Invalid value for argument cmd: '/home/....../vue' is not executable

I created a new project with pnpm create vue, enabled vitest, and kept the project name vue-project but renamed the folder afterwards to vue project.

Looks like the bug in adapter.build_spec(), where vim.split(binary, "%s+").

@flczcy
Copy link

flczcy commented Oct 28, 2024

same:

Vim:E475: Invalid value for argument cmd: 'vitest' is not executable

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

No branches or pull requests

2 participants