struct LSP::ApplyWorkspaceEditResult
- LSP::ApplyWorkspaceEditResult
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
lsp/workspace_features/apply_workspace_edit.crConstructors
Instance Method Summary
-
#applied : Bool
Indicates whether the edit was applied or not.
-
#applied=(applied : Bool)
Indicates whether the edit was applied or not.
- #failed_change : UInt32 | Nil
- #failed_change=(failed_change : UInt32 | Nil)
- #failure_reason : String | Nil
- #failure_reason=(failure_reason : String | Nil)