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