View Source GenLSP.Structures.CreateFileOptions (gen_lsp v0.8.1)

Options to create a file.

Link to this section Summary

Functions

Fields

  • overwrite: Overwrite existing file. Overwrite wins over ignoreIfExists
  • ignore_if_exists: Ignore if exists.

Link to this section Types

@type t() :: %GenLSP.Structures.CreateFileOptions{
  ignore_if_exists: boolean() | nil,
  overwrite: boolean() | nil
}

Link to this section Functions

Link to this function

%GenLSP.Structures.CreateFileOptions{}

View Source (struct)

fields

Fields

  • overwrite: Overwrite existing file. Overwrite wins over ignoreIfExists
  • ignore_if_exists: Ignore if exists.