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.
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:
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.