-
Notifications
You must be signed in to change notification settings - Fork 69
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
Fails when editor is installed in directory containing spaces on windows #35
Labels
bug
Something isn't working
Comments
Get the same error. |
I had a similar issue today in a Svelte app. removing the |
same error
but I got this error
|
see sveltejs/vite-plugin-svelte#608 (comment) for a .bat script that can be used with the |
haoqunjiang
added a commit
to haoqunjiang/launch-editor
that referenced
this issue
Sep 4, 2024
Fixes yyx990803#35 Fixes yyx990803#76 Closes yyx990803#54 Closes yyx990803#57 Fixes yyx990803#74#issuecomment-2269583713
haoqunjiang
added a commit
to haoqunjiang/launch-editor
that referenced
this issue
Sep 4, 2024
Fixes yyx990803#35 Fixes yyx990803#76 Closes yyx990803#54 Closes yyx990803#57 Fixes yyx990803#74#issuecomment-2269583713
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My vscode is installed in
C:\Users\Isabella Skořepová\AppData\Local\Programs\Microsoft VS Code\Code.exe
, which is the default installation location. The first space is mostly my fault created when I was installing the system, but the other two are added by vscode installer.It fails with error
Sidenote: I am using vite, but I see the same issue when trying to import the middleware directly in a vite.config.ts file.
The text was updated successfully, but these errors were encountered: