LanguageServer.jl
LanguageServer.jl copied to clipboard
Wrong `Manifest.toml` file used in Julia 1.11
Hi, I'm using the language server in the editor Neovim. So far, everything workes fine on Julia 1.10.
For testing, I also installed Julia 1.11-rc2 on the side which supports version specific Manifest files which I use. Thus, I have 2 Manifest files inside the root of the project:
-
Manifest.toml
for Julia 1.10 -
Manifest-v1.11.toml
for Juila 1.11
The REPL can differentiate the files as advertised, but LanguageServer.jl
always picks up Manifest.toml
even if I start it with Julia 1.11.