You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using xref to show all references/definitions/... of some symbol,
all entries were gray, even though they had syntax highlighting in the
buffer where they were defined. This was because
`lsp--extract-line-from-buffer', used by lsp's xref routines, used
`buffer-substring-no-properties' to extract lines. Use
`buffer-substring' instead.
0 commit comments