Click or drag to resize
InitializeParams Class

[Missing <summary> documentation for "T:VSCode.InitializeParams"]

Inheritance Hierarchy
SystemObject
  VSCodeInitializeParams

Namespace: VSCode
Assembly: VSCode (in VSCode.dll) Version: 1.0.0
Syntax
C#
public class InitializeParams

The InitializeParams type exposes the following members.

Constructors
  NameDescription
Public methodInitializeParams
Initializes a new instance of the InitializeParams class
Top
Properties
  NameDescription
Public propertyCapabilities
The capabilities provided by the client (editor).
Public propertyProcessId
The process Id of the parent process that started the server.
Public propertyRootPath
The root path of the workspace. Is null if no folder is open.
Top
Extension Methods
  NameDescription
Public Extension MethodToJObject
Converts this instance to a JObject.
(Defined by ObjectExtensions.)
Top
See Also