struct

LSP::DeleteFilesParams

Inherits JSON::Serializable < Struct < Value < Object

The parameters sent in notifications/requests for user-initiated deletes of files.

Constructors

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

Instance methods

files

An array of all files/folders deleted in this operation.

Source
files=(files : Array(FileDelete))

An array of all files/folders deleted in this operation.

Source