Sha256: db779d8c4e7b19830a3091b96ce3032a4281dad6b903ee1fd3f921907b5750d7
Contents?: true
Size: 397 Bytes
Versions: 7
Compression:
Stored size: 397 Bytes
Contents
module LanguageServer module Protocol module Constants module DiagnosticSeverity # # Reports an error. # ERROR = 1 # # Reports a warning. # WARNING = 2 # # Reports an information. # INFORMATION = 3 # # Reports a hint. # HINT = 4 end end end end
Version data entries
7 entries across 7 versions & 2 rubygems