Click or drag to resize
VSCode.JsonRpc Namespace
Contains all of the "internals" responsible for implementating JSON-RPC and the base language server protocol.
Classes
  ClassDescription
Public classErrorCodes
Error codes defined by the JSON-RPC 2.0 specification.
Public classNotificationMessage
An IMessage implementation representing a JSON-RPC notification.
Public classObjectExtensions
Provides object extensions for converting .NET objects to JSON objects.
Public classRequestMessage
An IMessage implementation representing a JSON-RPC request.
Public classResponseMessage
An IMessage implementation representing a JSON-RPC response.
Interfaces
  InterfaceDescription
Public interfaceIMessage
Represents the base abstract JSON-RPC message.