WorkspaceClientCapabilities 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 workspace capabilities.
See the Language Server Protocol specification for additional information.
public ref class WorkspaceClientCapabilities
[System.Runtime.Serialization.DataContract]
public class WorkspaceClientCapabilities
[<System.Runtime.Serialization.DataContract>]
type WorkspaceClientCapabilities = class
Public Class WorkspaceClientCapabilities
- Inheritance
-
WorkspaceClientCapabilities
- Attributes
Constructors
WorkspaceClientCapabilities() |
Properties
ApplyEdit |
Gets or sets a value indicating whether apply edit is supported. |
DidChangeConfiguration |
Gets or sets the setting which determines if did change configuration can be dynamically registered. |
DidChangeWatchedFiles |
Gets or sets the setting which determines if did change watched files can be dynamically registered. |
ExecuteCommand |
Gets or sets the setting which determines if execute command can be dynamically registered. |
Symbol |
Gets or sets the setting which determines if symbols can be dynamically registered. |
WorkspaceEdit |
Gets or sets the workspace edit setting. |