struct LSP::FileEvent
- LSP::FileEvent
- Struct
- Value
- Object
Overview
An event describing a file change.
Included Modules
- JSON::Serializable
Defined in:
lsp/workspace_features/did_change_watched_files.crConstructors
Instance Method Summary
- #type : FileChangeType
- #type=(type : FileChangeType)
-
#uri : String
The file's URI.
-
#uri=(uri : String)
The file's URI.