Sha256: b0f019236fbedbdb0e4f162d0b0d83846d44716fb01070846745bdcd80c7a0a7
Contents?: true
Size: 332 Bytes
Versions: 7
Compression:
Stored size: 332 Bytes
Contents
module LanguageServer module Protocol module Constants # # 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
7 entries across 7 versions & 2 rubygems