View Source GenLSP.Enumerations.FileChangeType (gen_lsp v0.8.1)

The file event type

Link to this section Summary

Functions

The file got changed.

The file got created.

The file got deleted.

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.