Closed Gijs-Koot closed 3 years ago
Do you use create_sysimage()
in PackageCompiler.jl
?
As the comment on the issue of julia-vscode/LanguageServer.jl#836, the error may be caused by precompiling LanguageServer with PackageCompiler.
Skipped the precompile, it works well on my environment. (LanguageServer v3.2.0 and Julia v1.5)
The command issued to julia
by this package doesn't include it, and I didn't consciously precompile it no. Also, I don't have PackageCompiler installed, so it seems unlikely that I'm using an image somewhere. The bug above does appear to explain it, and I'm just using master until the fix is merged. Thanks.
Did this changed? I have the same issue, and I have not used PackageCompiler.jl
I can't use the add https://github.com/julia-vscode/LanguageServer.jl
because it conflicts with some packages
Thanks in advance
I also have this issue.
should be solved now
When starting the LanguageServer with
lsp
, the LanguageServer starts but eventually crashes with the following error appearing injulia-ls:stderr
;This is an issue that was filed at
julia-vscode/LanguageServer.jl
as well, more details there https://github.com/julia-vscode/LanguageServer.jl/issues/651.If I understand correctly, a fix has been merged here https://github.com/julia-vscode/LanguageServer.jl/pull/821, but this isn't present in the latest release.
If I install the master branch directly, with
the server starts without this error and appears to work well. This will eventually be resolved by a new release of
LanguageServer.jl
, but I thought to file this anyway for anyone usinglsp-julia
.