struct LSP::CreateFilesParams
- LSP::CreateFilesParams
- Struct
- Value
- Object
Overview
The parameters sent in notifications/requests for user-initiated creation of files.
Included Modules
- JSON::Serializable
Defined in:
lsp/workspace_features/will_create_files.crConstructors
Instance Method Summary
-
#files : Array(FileCreate)
An array of all files/folders created in this operation.
-
#files=(files : Array(FileCreate))
An array of all files/folders created in this operation.