Skip to content

Commit

Permalink
[lsp-mode] *lsp-mode.el: ignore the workspace/semanticTokens/refresh (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sunlin authored Jan 20, 2021
1 parent ebd71c8 commit 0fe29d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lsp-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -5730,6 +5730,7 @@ textDocument/didOpen for the new file."
(defconst lsp--default-notification-handlers
(ht ("window/showMessage" #'lsp--window-show-message)
("window/logMessage" #'lsp--window-log-message)
("workspace/semanticTokens/refresh" #'ignore)
("textDocument/publishDiagnostics" #'lsp--on-diagnostics)
("textDocument/diagnosticsEnd" #'ignore)
("textDocument/diagnosticsBegin" #'ignore)
Expand Down

0 comments on commit 0fe29d6

Please sign in to comment.