Sha256: e9227acc74107d21eb1f2c0ecfd7c0cda7d707ed94c493cd000dd125cb3efcd3
Contents?: true
Size: 351 Bytes
Versions: 104
Compression:
Stored size: 351 Bytes
Contents
module LanguageServer module Protocol module Constant # # Known error codes for an `InitializeErrorCodes`; # module InitializeErrorCodes # # 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
104 entries across 104 versions & 13 rubygems