class LSProtocol::CreateFilesParams

Overview

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

@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(files : Array(FileCreate) | Nil) #

[View source]

Instance Method Detail

def files : Array(FileCreate) #

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


[View source]