struct

LSP::DeleteFile

Inherits JSON::Serializable < Struct < Value < Object

Delete file operation

Constructors

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

Instance methods

annotation_id

An optional annotation identifier describing the operation.

Source
annotation_id=(annotation_id : ChangeAnnotationIdentifier | Nil)

An optional annotation identifier describing the operation.

Source
kind
Source
options

Delete options.

Source
options=(options : DeleteFileOptions | Nil)

Delete options.

Source
uri

The file to delete.

Source
uri=(uri : String)

The file to delete.

Source