View Source GenLSP.Enumerations.FileChangeType (gen_lsp v0.10.0)
The file event type
Link to this section Summary
Link to this section Types
@type t() :: 1 | 2 | 3
Link to this section Functions
@spec changed() :: 2
The file got changed.
@spec created() :: 1
The file got created.
@spec deleted() :: 3
The file got deleted.