WorkspaceClientCapabilities Class

Definition

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.

SemanticTokens

Gets or sets capabilities specific to the semantic token requests scoped to the workspace.

Symbol

Gets or sets the setting which determines if symbols can be dynamically registered.

WorkspaceEdit

Gets or sets the workspace edit setting.

Applies to