struct LSP::CreateFileOptions

Included Modules

Defined in:

lsp/protocol/create_file_options.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ignore_if_exists : Bool | Nil #

Ignore if exists.


[View source]
def ignore_if_exists=(ignore_if_exists : Bool | Nil) #

Ignore if exists.


[View source]
def overwrite : Bool | Nil #

Overwrite existing file. Overwrite wins over ignoreIfExists


[View source]
def overwrite=(overwrite : Bool | Nil) #

Overwrite existing file. Overwrite wins over ignoreIfExists


[View source]