class LSProtocol::FileDelete

Overview

Represents information on a file/folder delete.

@since 3.16.0

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(uri : String | Nil) #

[View source]

Instance Method Detail

def uri : String #

A file:// URI for the location of the file/folder being deleted.


[View source]