struct LSP::RenameFileOptions
- LSP::RenameFileOptions
- Struct
- Value
- Object
Overview
Rename file options
Included Modules
- JSON::Serializable
Defined in:
lsp/file_resource_changes.crConstructors
Instance Method Summary
-
#ignore_if_exists : Bool | Nil
Ignore if exists.
-
#ignore_if_exists=(ignore_if_exists : Bool | Nil)
Ignore if exists.
-
#overwrite : Bool | Nil
Overwrite existing file.
-
#overwrite=(overwrite : Bool | Nil)
Overwrite existing file.
Constructor Detail
Instance Method Detail
def overwrite=(overwrite : Bool | Nil)
#
Overwrite existing file. Overwrite wins over ignoreIfExists