-
Notifications
You must be signed in to change notification settings - Fork 2
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
Investigate LSP support on Windows #25
Comments
Hi @OriginalCpp, thanks for tackling this.
If there are still problems (please check both the
Based on the code that added it 29dd4ae, I think that when using this mode, you need to run the Effekt LSP separately with If everything works on your machine for both the |
I checked if I installed Effekt, and indeed I have: MainI had to run the LSP seperately when the Debug option was activated. Then debugged the extension, opening an effekt-file and everything worked, but in the console there were some warnings: #20 |
Thanks for the update, what's the status of the issue then? Does it work without the |
Without the Main#20 |
Could you try setting your Effekt executable in the plugin settings to Also, could you try investigating around for a source of the spawn EINVAL? Could you also see if it can be caused by too recent / too old Node.js version? Thanks! |
#20
|
Yes, now it works on my machine (using the |
On Windows, the extension packaged from #20 gets stuck somewhere when starting the LSP server:
On a "Restart LSP server" command, it shows:
Again, note that this might be because of #20, you should better test anew with & without it.
It might be useful to use the [helpful, albeit fiddly] debug mode Effekt LSP offers.
The text was updated successfully, but these errors were encountered: