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 5ed2e81 commit 33c3afeCopy full SHA for 33c3afe
lsp-mode.el
@@ -5160,11 +5160,11 @@ identifier and the position respectively."
5160
'xref-match t line)
5161
;; LINE is nil when FILENAME is not being current visited by any buffer.
5162
(xref-make-match (or line filename)
5163
- (xref-make-file-location
5164
- filename
5165
- (lsp-translate-line (1+ start-line))
5166
- (lsp-translate-column start-char))
5167
- (- end-char start-char))))
+ (xref-make-file-location
+ filename
+ (lsp-translate-line (1+ start-line))
+ (lsp-translate-column start-char))
+ (- end-char start-char))))
5168
5169
(defun lsp--location-uri (loc)
5170
(if (lsp-location? loc)
0 commit comments