Skip to content

Commit

Permalink
Add error lsp-capability-not-supported.
Browse files Browse the repository at this point in the history
  • Loading branch information
vibhavp committed Mar 31, 2018
1 parent 968cac1 commit 1d43551
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lsp-common.el
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
"Empty response from the language server" 'lsp-error)
(define-error 'lsp-timed-out-error
"Timed out while waiting for a response from the language server" 'lsp-error)
(define-error 'lsp-capability-not-supported
"Capability not supported by the language server" 'lsp-error)

(defun lsp--propertize (str type)
"Propertize STR as per TYPE."
Expand Down

0 comments on commit 1d43551

Please sign in to comment.