GenLSP.Protocol.Structures.CreateFileOptions (gen_lsp v0.0.1)

Options to create a file.

properties

Properties

overwrite :: boolean

Overwrite existing file. Overwrite wins over ignoreIfExists

ignoreIfExists :: boolean

Ignore if exists.