Workspace specific client capabilities.
- Value parameters:
- 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.
- configuration
The client supports
workspace/configurationrequests.- diagnostics
Capabilities specific to the diagnostic requests scoped to the workspace.
- 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.
- inlineValue
Capabilities specific to the inline values requests scoped to the workspace.
- semanticTokens
Capabilities specific to the semantic token requests scoped to the workspace.
- 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
- Source:
- structures.scala