Skip to content

two defface declarations are duplicated #4846

@emacs18

Description

@emacs18

Thank you for the bug report

  • I am using the latest version of lsp-mode related 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-namespace

Also following line apepars twice on lines 84 and 195

(defface lsp-face-semhl-variable

Steps 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions