-
Notifications
You must be signed in to change notification settings - Fork 1
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
Using Julia 1.11 breaks the plugin. #32
Comments
I see. It works after running I would also like to update LanguageServer.jl, but I can't because the master version has some breaking bugs julia-vscode/LanguageServer.jl#1323 and julia-vscode/LanguageServer.jl#1319. It seems that LanguageServer.jl is completely unmaintained at the moment. |
I think e3b3ed6 should fix it for now. I'll make a new release and see how it goes 😇 |
Thanks a lot for the quick response! I see LanguageServer is managed by davidanthoff. He also manages juliaup, and PR there are also left to die a slow death. he's also in the VSCode plugin. |
Hello,
There seems to be an issue with the precompilation of the language server upon launching when using julia 1.11.
It complains that the REPL package needs the new
StyledString
package, which is not on the manifest.Had to manually
instantiate
the environment for it to work.Not really sure how you usually deal with the language server environment bumps so didn't took initiatives
The text was updated successfully, but these errors were encountered: