-
-
Notifications
You must be signed in to change notification settings - Fork 950
Open
Labels
Milestone
Description
Thank you for the bug report
- I am using the latest version of
lsp-moderelated packages. - I checked FAQ and Troubleshooting sections
- You may also try reproduce the issue using clean environment using the following command
emacs -q -l lsp-start-plain.elwhere lsp-start-plain.el can be downloaded here.
Bug description
If the buffer is narrowed all lenses below the narrowed region are displayed at the last line.
Steps to reproduce
Open a buffer, and create some variables, so the server could return the lens, for them. Here's an example in Clojure:
(ns foo)
(def a nil)
(def b nil)
(def c nil)
(def d nil)Here are the lenses:
Then narrow to defun on (def a nil) line:
Expected behavior
Only one lens is displayed.
Which Language Server did you use?
clojure-lsp
OS
Linux
Error callstack
No response
Anything else?
No response

