InitializeParams Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class which represents the parameter sent with an initialize method request.
See the Language Server Protocol specification for additional information.
public ref class InitializeParams
[System.Runtime.Serialization.DataContract]
public class InitializeParams
[<System.Runtime.Serialization.DataContract>]
type InitializeParams = class
Public Class InitializeParams
- Inheritance
-
InitializeParams
- Attributes
Constructors
InitializeParams() |
Properties
Capabilities |
Gets or sets the capabilities supported by the client. |
InitializationOptions |
Gets or sets the initialization options as specified by the client. |
ProcessId |
Gets or sets the ID of the process which launched the language server. |
RootPath |
Obsolete.
Gets or sets the workspace root path. |
RootUri |
Gets or sets the workspace root path. |
Trace |
Gets or sets the initial trace setting. |