Skip to content

Commit e2105b7

Browse files
committed
(maint) Add client message constants
This commit adds the client message type constants as they were missing.
1 parent ce6d6fb commit e2105b7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

server/lib/languageserver/constants.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,9 @@ module LanguageServer
4949
DIAGNOSTICSEVERITY_WARNING = 2
5050
DIAGNOSTICSEVERITY_INFORMATION = 3
5151
DIAGNOSTICSEVERITY_HINT = 4
52+
53+
MESSAGE_TYPE_ERROR = 1
54+
MESSAGE_TYPE_WARNING = 2
55+
MESSAGE_TYPE_INFO = 3
56+
MESSAGE_TYPE_LOG = 2
5257
end

0 commit comments

Comments
 (0)