LanguageServer.jl icon indicating copy to clipboard operation
LanguageServer.jl copied to clipboard

Wrong `Manifest.toml` file used in Julia 1.11

Open frankebel opened this issue 6 months ago • 0 comments

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.

frankebel avatar Aug 20 '24 08:08 frankebel