-
-
Notifications
You must be signed in to change notification settings - Fork 940
Open
Labels
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:
M-x lsp-start-plain
Bug description
lsp-semantic-tokens.el has duplicate defface declarations for lsp-face-semhl-namespace and lsp-face-semhl-variable, i.e.,following line appears on line 102 and then again on line 138.
(defface lsp-face-semhl-namespaceAlso following line apepars twice on lines 84 and 195
(defface lsp-face-semhl-variableSteps to reproduce
Examine the code.
Expected behavior
One defface declaration per face.
Which Language Server did you use?
C++
OS
Linux
Error callstack
Anything else?
No response