You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.10Manifest-v1.11.toml
for Juila 1.11The REPL can differentiate the files as advertised, but
LanguageServer.jl
always picks upManifest.toml
even if I start it with Julia 1.11.The text was updated successfully, but these errors were encountered: