Sha256: 27002e7388008208d37af4f085e373db6c6708c16f856ef4dae4d97d9fa11a43
Contents?: true
Size: 444 Bytes
Versions: 106
Compression:
Stored size: 444 Bytes
Contents
module LanguageServer module Protocol module Constant # # The document diagnostic report kinds. # module DocumentDiagnosticReportKind # # A diagnostic report with a full # set of problems. # FULL = 'full' # # A report indicating that the last # returned report is still accurate. # UNCHANGED = 'unchanged' end end end end
Version data entries
106 entries across 106 versions & 15 rubygems