LSP::ClientCapabilities::WorkspaceClientCapabilities
Inherits JSON::Serializable < Struct < Value < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
apply_edit=(apply_edit : Bool)
The client supports applying batch edits to the workspace by supporting the request 'workspace/applyEdit'
apply_edit?
The client supports applying batch edits to the workspace by supporting the request 'workspace/applyEdit'
workspace_edit=(workspace_edit : WorkspaceEditClientCapabilities | Nil)
Capabilities specific to WorkspaceEdits