Workspace specific client capabilities.
Attributes
- applyEdit
The client supports applying batch edits to the workspace by supporting the request 'workspace/applyEdit'
- codeLens
Capabilities specific to the code lens requests scoped to the workspace. since 3.16.0.
- configuration
The client supports
workspace/configurationrequests. since 3.6.0- diagnostics
Capabilities specific to the diagnostic requests scoped to the workspace. since 3.17.0.
- didChangeConfiguration
Capabilities specific to the
workspace/didChangeConfigurationnotification.- didChangeWatchedFiles
Capabilities specific to the
workspace/didChangeWatchedFilesnotification.- executeCommand
Capabilities specific to the
workspace/executeCommandrequest.- fileOperations
The client has support for file notifications/requests for user operations on files. Since 3.16.0
- inlayHint
Capabilities specific to the inlay hint requests scoped to the workspace. since 3.17.0.
- inlineValue
Capabilities specific to the inline values requests scoped to the workspace. since 3.17.0.
- semanticTokens
Capabilities specific to the semantic token requests scoped to the workspace. since 3.16.0.
- symbol
Capabilities specific to the
workspace/symbolrequest.- workspaceEdit
Capabilities specific to
WorkspaceEdits.- workspaceFolders
The client has support for workspace folders. since 3.6.0
- Companion:
- object
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any