class LSProtocol::ApplyWorkspaceEditResult

Overview

The result returned from the apply workspace edit request.

@since 3.17 renamed from ApplyWorkspaceEditResponse

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(applied : Bool | Nil, failed_change : UInt32 | Nil = nil, failure_reason : String | Nil = nil) #

[View source]

Instance Method Detail

def applied : Bool #

Indicates whether the edit was applied or not.


[View source]
def failed_change : UInt32 | Nil #

[View source]
def failure_reason : String | Nil #

[View source]