struct LSP::DeleteFile
- LSP::DeleteFile
- Struct
- Value
- Object
Overview
Delete file operation
Included Modules
- JSON::Serializable
Defined in:
lsp/file_resource_changes.crConstructors
Instance Method Summary
- #annotation_id : ChangeAnnotationIdentifier | Nil
- #annotation_id=(annotation_id : ChangeAnnotationIdentifier | Nil)
- #kind : String
-
#options : DeleteFileOptions | Nil
Delete options.
-
#options=(options : DeleteFileOptions | Nil)
Delete options.
-
#uri : String
The file to delete.
-
#uri=(uri : String)
The file to delete.