struct LSP::ApplyWorkspaceEditResult

Included Modules

Defined in:

lsp/workspace_features/apply_workspace_edit.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def applied : Bool #

Indicates whether the edit was applied or not.


[View source]
def applied=(applied : Bool) #

Indicates whether the edit was applied or not.


[View source]
def failed_change : UInt32 | Nil #

[View source]
def failed_change=(failed_change : UInt32 | Nil) #

[View source]
def failure_reason : String | Nil #

[View source]
def failure_reason=(failure_reason : String | Nil) #

[View source]