-
Notifications
You must be signed in to change notification settings - Fork 19
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 crashes because of MethodError: no method matching Union{Int64, String}(::String)
#40
Comments
Do you use 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 |
Did this changed? I have the same issue, and I have not used I can't use the 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 julia-vscode/LanguageServer.jl#651.If I understand correctly, a fix has been merged here julia-vscode/LanguageServer.jl#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
.The text was updated successfully, but these errors were encountered: