Other functionalities like hover etc. didn't work too. This is the only interesting part from logs. It was clean run on gen_lsp, after vsc restart i could not reproduce it
2026-03-04 17:25:31.873 [info] [Error - 5:25:31 PM] Request textDocument/definition failed.
2026-03-04 17:25:31.873 [info] Message: ** (UndefinedFunctionError) function XPExpert.Provider.Handlers.GoToDefinition.handle/1 is undefined (module XPExpert.Provider.Handlers.GoToDefinition is not available)
(xp_expert 0.1.0-rc.2) XPExpert.Provider.Handlers.GoToDefinition.handle(%XPGenLSP.Requests.TextDocumentDefinition{params: %XPGenLSP.Structures.DefinitionParams{position: XpPos<<250, 11>>, text_document: %XPGenLSP.Structures.TextDocumentIdentifier{uri: "file:///Users/piotr/projects/gen_lsp/lib/gen_lsp.ex"}, partial_result_token: nil, work_done_token: nil}, id: 63, jsonrpc: "2.0", method: "textDocument/definition"})
(xp_expert 0.1.0-rc.2) lib/expert.ex:119: XPExpert.handle_request/2
(xp_gen_lsp 0.11.3) lib/gen_lsp.ex:390: anonymous fn/2 in XPGenLSP.loop/3
(xp_telemetry 1.3.0) /Users/piotr/projects/expert/apps/expert/deps/telemetry/src/telemetry.erl:324: :xp_telemetry.span/3
(xp_gen_lsp 0.11.3) lib/gen_lsp.ex:389: anonymous fn/5 in XPGenLSP.loop/3
(xp_gen_lsp 0.11.3) lib/gen_lsp.ex:559: anonymous fn/4 in XPGenLSP.attempt/4
(elixir 1.19.5) lib/task/supervised.ex:105: Task.Supervised.invoke_mfa/2
Code: -32603
Other functionalities like hover etc. didn't work too. This is the only interesting part from logs. It was clean run on
gen_lsp, after vsc restart i could not reproduce it