emacs-lsp / lsp-ui

UI integrations for lsp-mode
https://emacs-lsp.github.io/lsp-ui
GNU General Public License v3.0
1.03k stars 141 forks source link

lsp-ui-find-next-reference: add missing context parameter #657

Closed chaoyi closed 2 years ago

chaoyi commented 2 years ago

rust-analyzer complains about missing required context parameter for textDocument/references for lsp-ui-find-next-reference.

lsp-request: Failed to deserialize textDocument/references: missing field ‘context‘; {"textDocument":{"uri":"file:///home/chaoyi/src/rust/rust-analyzer/crates/rust-analyzer/src/dispatch.rs"},"position":{"line":93,"character":13}}