Skip to content

Language Server crashes after update to Julia 1.12.0 #50

@piechologist

Description

@piechologist

As the title says, the LS doesn't work on Julia 1.12. This issue may not affect every installation.

The Julia Extension for VS Code runs the DEV branch of LanguageServer.jl and a couple other packages. Installing these worked for me:

julia --project=@zed-julia -e 'using Pkg
    Pkg.add(url="https://github.com/julia-vscode/StaticLint.jl"; rev="master")
    Pkg.add(url="https://github.com/julia-vscode/SymbolServer.jl"; rev="master")
    Pkg.add(url="https://github.com/julia-vscode/LanguageServer.jl"; rev="main")'

Eventually, there will be a new LanguageServer.jl release.

@Pangoraw: I fear we'll need an update mechanism for our dependency 😱.

Related upstream issue #1366.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions