LSP client requests are not responding #7091
Labels
bug
[core label]
language server failure
Language server doesn't work as expected
language server
An umbrella label for all language servers
Check for existing issues
Describe the bug / provide steps to reproduce it
No request is observed for
workspace/configuration
(which is registered as a handler before theinitialize
handshake), its weird because notifications from the client are handled - I assumed there would be very similar logic for processing these.build Zed from https://github.com/bishabosha/zed/tree/feature-add-scala
cargo run
check out https://github.com/bishabosha/enum-extensions
enum-extensions
dir, runscala-cli setupIde .
(you need to install scala)mkdir .metals
(used to store LSP logs)touch .metals/lsp.trace.json
(the JSON-RPC log of send/recieved messages)tail -f .metals/lsp.trace.json
open
enum-extensions
in my Zed build.coursier
installed by following the Scala installation).metals/lsp.trace.json
file,workspace/configuration
in the.metals/lsp.trace.json
file.workspace/configuration
.Environment
OS: macOS 14.2.1
Memory: 16 GiB
Architecture: x86_64
If applicable, add mockups / screenshots to help explain present your vision of the feature
No response
If applicable, attach your
~/Library/Logs/Zed/Zed.log
file to this issue.If you only need the most recent lines, you can run the
zed: open log
command palette action to see the last 1000.couldn't get that to work, but here are my own console logs from running Zed:
The text was updated successfully, but these errors were encountered: