ApplyWorkspaceEditResult
Object Hierarchy:
Description:
public class ApplyWorkspaceEditResult
The result returned from the `workspace/applyEdit` request.
Content:
Properties:
- public bool applied { get; set; }
Indicates whether the edit was applied or not.
- public uint64? failed_change { get; set; }
Depending on the client's failure handling strategy, the client might
return the actual edits it applied, so that the server can reconcile with its state.
- public string? failure_reason { get; set; }
An optional textual description for why the edit was not applied.
Creation methods:
Methods: