Interface WorkspaceClientCapabilities

Workspace specific client capabilities.

Properties

applyEdit?: boolean

The client supports applying batch edits to the workspace by supporting the request 'workspace/applyEdit'

Capabilities specific to the code lens requests scoped to the workspace.

3.16.0.

configuration?: boolean

The client supports workspace/configuration requests.

3.6.0

diagnostics?: DiagnosticWorkspaceClientCapabilities

Capabilities specific to the diagnostic requests scoped to the workspace.

3.17.0.

Capabilities specific to the workspace/didChangeConfiguration notification.

Capabilities specific to the workspace/didChangeWatchedFiles notification.

Capabilities specific to the workspace/executeCommand request.

The client has support for file notifications/requests for user operations on files.

Since 3.16.0

foldingRange?: FoldingRangeWorkspaceClientCapabilities

Capabilities specific to the folding range requests scoped to the workspace.

3.18.0

Capabilities specific to the inlay hint requests scoped to the workspace.

3.17.0.

Capabilities specific to the inline values requests scoped to the workspace.

3.17.0.

semanticTokens?: SemanticTokensWorkspaceClientCapabilities

Capabilities specific to the semantic token requests scoped to the workspace.

3.16.0.

Capabilities specific to the workspace/symbol request.

Capabilities specific to the workspace/textDocumentContent request.

3.18.0

Capabilities specific to WorkspaceEdits.

workspaceFolders?: boolean

The client has support for workspace folders.

3.6.0