Sha256: 94956b6f66ffda45ca58c34d2dbe22e7827d70df4568cde110ed6d6b852a164d
Contents?: true
Size: 331 Bytes
Versions: 11
Compression:
Stored size: 331 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
11 entries across 11 versions & 1 rubygems