Skip to content
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

Wrong Manifest.toml file used in Julia 1.11 #1316

Open
frankebel opened this issue Aug 20, 2024 · 0 comments
Open

Wrong Manifest.toml file used in Julia 1.11 #1316

frankebel opened this issue Aug 20, 2024 · 0 comments

Comments

@frankebel
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant