Fixing Eglot‑JL World‑Age Mismatch in Julia LSP Environments
Summary Eglot-jl was unable to index imported Julia packages because the language server was started in an isolated environment that did not have the packages pre‑loaded, leading to a world‑age mismatch (UndefVarError: Graphs not defined). The root cause is the way the LanguageServer’s LoadingBay resolves modules when the server’s project differs from the user’s active … Read more