We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e7a37 commit 2c3191cCopy full SHA for 2c3191c
lsp-ui-sideline.el
@@ -473,7 +473,7 @@ from the language server."
473
(outside-comment (eq (nth 4 parsing-state) nil)))
474
;; Skip strings and comments
475
(when (and symbol (not in-string) outside-comment)
476
- (push (list symbol tag bounds (lsp--position (1- line-widen) (- (point) bol))) symbols))))
+ (push (list symbol tag bounds (list :line (1- line-widen) :character (- (point) bol))) symbols))))
477
(seq-do #'lsp--cancel-request lsp-ui-sideline--requests)
478
(dolist (ov lsp-ui-sideline--ovs)
479
(when (eq (overlay-get ov 'kind) 'info)
0 commit comments