Sha256: 4697a1297684a0d7c9131536bb9e5605da1ffc769686abf701b4787ef1ef37f2
Contents?: true
Size: 551 Bytes
Versions: 108
Compression:
Stored size: 551 Bytes
Contents
module LanguageServer module Protocol module Constant # # The diagnostic tags. # module DiagnosticTag # # Unused or unnecessary code. # # Clients are allowed to render diagnostics with this tag faded out # instead of having an error squiggle. # UNNECESSARY = 1 # # Deprecated or obsolete code. # # Clients are allowed to rendered diagnostics with this tag strike through. # DEPRECATED = 2 end end end end
Version data entries
108 entries across 108 versions & 13 rubygems