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
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