Sha256: 8d4d0310013d7b80b41e6bc5ef517cd1d80df23110aa86bdaec0cc96b0a27459
Contents?: true
Size: 341 Bytes
Versions: 4
Compression:
Stored size: 341 Bytes
Contents
module LanguageServer module Protocol module Constant # # Known error codes for an `InitializeError`; # module InitializeError # # If the protocol version provided by the client can't be handled by the # server. # UNKNOWN_PROTOCOL_VERSION = 1 end end end end
Version data entries
4 entries across 4 versions & 1 rubygems