-
Notifications
You must be signed in to change notification settings - Fork 7
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
Starting vitale server fails on vscode windows #54
Comments
I tried to start manually but vscode seems to ignore the running server PS C:\work\githubnext\vitale\node_modules.bin> .\vitale.ps1 and launch.json does not contain the path to vitale.ps1 which is strange |
thank you for the report! I haven't tested this on Windows at all so it is probably a path issue (see https://github.com/githubnext/vitale/blob/main/packages/vscode/src/controller.ts#L105). Unfortunately I'm not able to work on this (I don't have a Windows setup) but I would be grateful for a patch if you would like to submit one. There's not currently a way for the VS Code extension to connect to a server started externally (this would be a nice option to add); it always tries to start one and connect to it. |
ok thanks for the info. I will try to fix it and submit a PR |
i have same error |
Hi @jaked, here is a small patch which handles the OS dependencies. therefor i have three questions:
If we add a bit more info here, I am sure i get a running setup to debug and develop more PR for vitale :-) |
hi @bmerkle sorry I didn't reply sooner (I'm no longer at GitHub 😢 but I'm still a contributor to Vitale).
|
Hi again
i ran vitale sucessfully on github codespaces 👍
vitale is really cool and i like it 💯
i tried it also on my vscode windows installation but it fails to start the vitale server.
I followed the instructions in https://github.com/githubnext/vitale?tab=readme-ov-file#installation
but i get a error message (please see screenshot attached)
How can i fix this ?
Maybe this is a plattform dependend issue (e.g. / vs \ in the path) ?
In the console output the message is:
The text was updated successfully, but these errors were encountered: