| InitializeParams Class |
[Missing <summary> documentation for "T:VSCode.InitializeParams"]
Namespace: VSCode
public class InitializeParams
The InitializeParams type exposes the following members.
| Name | Description | |
|---|---|---|
| InitializeParams | Initializes a new instance of the InitializeParams class |
| Name | Description | |
|---|---|---|
| Capabilities |
The capabilities provided by the client (editor).
| |
| ProcessId |
The process Id of the parent process that started the server.
| |
| RootPath |
The root path of the workspace. Is null if no folder is open.
|
| Name | Description | |
|---|---|---|
| ToJObject |
Converts this instance to a JObject.
(Defined by ObjectExtensions.) |