Click or drag to resize
IMessageJsonrpc Property
The version of the JSON-RPC specification in use.

Namespace: VSCode.JsonRpc
Assembly: VSCode (in VSCode.dll) Version: 1.0.0
Syntax
C#
string Jsonrpc { get; set; }

Property Value

Type: String
Remarks
Note Note
This property is not used in version 1.0 of the JSON-RPC specification. As of version 2.0, the value should always be "2.0".
See Also