ApplyWorkspaceEditResponse Class

Definition

Class representing the response sent for a workspace/applyEdit request.

See the Language Server Protocol specification for additional information.

public ref class ApplyWorkspaceEditResponse
[System.Runtime.Serialization.DataContract]
public class ApplyWorkspaceEditResponse
[<System.Runtime.Serialization.DataContract>]
type ApplyWorkspaceEditResponse = class
Public Class ApplyWorkspaceEditResponse
Inheritance
ApplyWorkspaceEditResponse
Attributes

Constructors

ApplyWorkspaceEditResponse()

Properties

Applied

Gets or sets a value indicating whether edits were applied or not.

FailureReason

Gets or sets a string with textual description for why the edit was not applied.

Applies to