struct LSP::DeleteFilesParams

Overview

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

Included Modules

Defined in:

lsp/workspace_features/will_delete_files.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def files : Array(FileDelete) #

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


[View source]
def files=(files : Array(FileDelete)) #

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


[View source]