This repository was archived by the owner on Dec 29, 2022. It is now read-only.
This repository was archived by the owner on Dec 29, 2022. It is now read-only.
RLS always fails textDocument/definition
, ctrl-hover and ctrl-click no longer working #1106
Closed
Description
rls-preview 0.130.5 (1c755ef 2018-10-20) rustc nightly-2018-10-28
Ctrl-click and ctrl-hover no longer work, at all. "result" is always []
LSP4E to org.eclipse.corrosion.rls:{"jsonrpc":"2.0","id":"1006","method":"textDocument/definition","params":{"textDocument":{"uri":"***/src/render.rs"},"uri":"***/src/render.rs","position":{"line":92,"character":52}}}
org.eclipse.corrosion.rls to LSP4E:{"jsonrpc":"2.0","id":1006,"result":[]}
UPDATE:
- Toolchain nightly-2018-09-20 is unaffected
- Toolchain nightly-2018-10-17 is unaffected
- Toolchain nightly-2018-10-20 is affected
- Toolchain nightly-2018-10-28 is affected
- Toolchain nightly-2018-11-14 is affected
- Toolchain nightly-2018-11-20 is in some cases affected