struct

LSP::Data::WorkspaceClientCapabilities::WorkspaceEdit

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

document_changes

The client supports versioned document changes in WorkspaceEdits

Source
document_changes=(document_changes : Bool)

The client supports versioned document changes in WorkspaceEdits

Source
failure_handling

The failure handling strategy of a client if applying the workspace edit failes.

Source
failure_handling=(failure_handling : String)

The failure handling strategy of a client if applying the workspace edit failes.

Source
resource_operations

The resource operations the client supports. Clients should at least support 'create', 'rename' and 'delete' files and folders.

Source
resource_operations=(resource_operations : Array(String))

The resource operations the client supports. Clients should at least support 'create', 'rename' and 'delete' files and folders.

Source