-
Notifications
You must be signed in to change notification settings - Fork 81
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
LanguageServer.jl throws due to missing SHA
#987
Comments
Well adding |
Thinking about what this is doing some more, the setup suggested in the wiki is fundamentally kaputt - it's assuming the language server is running in the same environment the project is in, which is not and should not be the case.. I'll try to fix this and if I get this running, I'll make a PR here and to the |
Ok, not using the I've had similar problems when using VSCode in the past, is this just super fragile or am I doing something horribly wrong? In case it helps, here is how I start/interact with the language server: My
I'm using Scratch.jl to isolate the LSP environment from the main/project environment. This seems to work fine, but the symbol server isn't doing its work properly - I receive a boatload of With the config above, I start kakoune like this, in e.g.
After a few seconds, even though I get syntax highlighting, I also get the aforementioned boatload of |
ok, smaller example, directly using SymbolServer.jl and now I'm even more confused:
Since this doesn't seem to be related to LanguageServer.jl itself, I'll open an issue over at SymbolServer.jl |
Hi,
I'm trying to use LanguageServer.jl with Kakoune. I'm using the integration detailed in the wiki here, but the language server never finishes initialization. Trying to use the command from the README.md to start the language server quickly shows the following error:
with the relevant error part being:
Since
SHA
is mentioned in[extras]
section of the Project.toml, I suspect this has something to do with that.. I thought that section would only be loaded when testing?My julia version:
The text was updated successfully, but these errors were encountered: