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

Vscode plugin not starting on windows, had to add to path variable. #479

Open
MichaelMorozovCodit opened this issue Apr 8, 2024 · 4 comments

Comments

@MichaelMorozovCodit
Copy link

I got an error when setting up the vscode extension:

[Error - 3:03:59 PM] Starting client failed
Launching server using command vacuum.cmd failed.

So I figured it had to be because it's not added to PATH on Windows when installing through npm. Thought you should know. I ended up creating a symlink explicitly called vacuum.cmd in order for it to work, which it now does.

@LasneF
Copy link

LasneF commented Apr 8, 2024

it looks strange , are you sure you have install it globally ? with -g option
i mean if you open a shell it should run wherever you are , and so it is for the vscode
it might requires to restart a terminal ,

@MichaelMorozovCodit
Copy link
Author

Yes, I ran the npm install -g @quobix/vacuum command like in the description.

@MichaelMorozovCodit
Copy link
Author

Maybe related to this, the extension doesn't start automatically every time I open up VScode.

@daveshanley
Copy link
Owner

I will update the extension to autostart on boot with VSCode.

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

3 participants