expert-lsp / expert-lsp/expert
ExpertLSP.expert installation on VS code doesn't work, crashes.
- Dominant language
- Elixir
- Stars
- 2.1k
- Forks
- 113
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 26
Description
VS code extension ID: ExpertLSP.expert
Still doesn't work. I'm getting this error. Have you tried to install it?
```
2026-01-21 10:41:34.469 [info] [Error - 10:41:34 AM] ** (ErlangError) Erlang error: {:erpc, :noconnection}
(kernel 10.2.7.1) erpc.erl:1376: :erpc.call/5
(xp_expert 0.1.0-9e913f6) lib/expert/state.ex:219: XPExpert.State.apply/2
(xp_expert 0.1.0-9e913f6) lib/expert.ex:277: XPExpert.apply_to_state/2
(xp_expert 0.1.0-9e913f6) lib/expert.ex:207: XPExpert.handle_notification/2
(xp_gen_lsp 0.11.3) lib/gen_lsp.ex:600: anonymous fn/2 in XPGenLSP.handle_notification_sync/3
(xp_telemetry 1.3.0) /home/runner/work/expert/expert/apps/expert/deps/telemetry/src/telemetry.erl:324: :xp_telemetry.span/3
(xp_gen_lsp 0.11.3) lib/gen_lsp.ex:599: XPGenLSP.handle_notification_sync/3
(xp_gen_lsp 0.11.3) lib/gen_lsp.ex:502: XPGenLSP.loop/3
```
I don't see any warning when I try to us a function that is not available. No auto formatting.
This is an umbrella app, it looks like it can't start the sub apps because it doesn't know what elixir installation to use.
I've got Elixir installed with Nix, but it looks like it is trying to use my previous homebrew installation:
```
Failed to start project node for : {:shutdown,
{:failed_to_start_child, {XPExpert.Project.Node, ""},
{:error, :normal,
.... /opt/homebrew/opt/asdf/libexec/bin/asdf: No such file or directory\n
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.