-
Notifications
You must be signed in to change notification settings - Fork 36
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
Cannot communicate with vscode lsp extension? #88
Comments
Does |
@ShinKage test shows successful |
How did you install it? |
I cloned the repo, went to branch I have also tried with other commits including the most recent ones. Same issue. |
I assume you installed this VSCode plugin: https://github.com/bamboo/idris2-lsp-vscode. |
@andorp Indeed |
I can make it work by modifying the path of
|
This is very interesting to me, since the install procedure is the same for the LSP server and the compiler. Can you post the difference between the build directory and the install directory? |
@ShinKage The install directory is |
I was not clear. There are differences between the files and subdirectories inside the install directory and the build directory? |
|
I have a script which copies the binary to my
|
where should I put this? in |
Paste it into a new file, without an extension. (e.g. |
It does not work after this when I choose the path to be |
Is this still an issue? |
Reopen if this is still an issue |
@michaelmesser I think it is fixed now. |
Showing
Couldn't start client idris 2 LSP Client
andStarting client failed Launching server using command ~/.idris2/bin/idris2-lsp failed.
.Is there a way I can test with something other than the extension?
Environment: vscode on wsl2 debian
The text was updated successfully, but these errors were encountered: