-
Notifications
You must be signed in to change notification settings - Fork 61
elp timout #182
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
elp returns code -32801 "elp is still loading" using lsp-mode or eglot in Emacs
To Reproduce**
Configuration is according to elp setup for Emacs. Opening an Erlang file and triggering lsp communication reproduces this issues.
Expected behavior
lsp response,
Actual behavior
[Trace - 01:04:51 ] Sending request 'textDocument/semanticTokens/full - (1678697)'.
Params: {
"textDocument": {
"uri": "file:///c%3A/Users/user/repos/kal/src/kal.erl"
}
}
[Trace - 01:04:51 ] Received response 'textDocument/documentSymbol - (1678694)' in 15ms.
Result: {
"code": -32801,
"message": "elp is still loading"
}
Context
- ELP Version (output of
elp version): elp 1.1.0+build-2026-02-27 - Editor used: Emacs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working