VSCode.NET
VSCode.NET
VSCode.NET API Documentation
VSCode.JsonRpc
IMessage Interface
IMessage Properties
Jsonrpc Property
IMessage
Jsonrpc Property
The version of the JSON-RPC specification in use.
Namespace:
VSCode.JsonRpc
Assembly:
VSCode (in VSCode.dll) Version: 1.0.0
Syntax
C#
Copy
string
Jsonrpc
{
get
;
set
; }
Property Value
Type:
String
Remarks
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
Reference
IMessage Interface
VSCode.JsonRpc Namespace
Copyright 2016, Josh Johnson