GenLSP.Protocol.Structures.ApplyWorkspaceEditParams (gen_lsp v0.0.1)
The parameters passed via a apply workspace edit request.
properties
Properties
label :: string
An optional label of the workspace edit. This label is presented in the user interface for example on an undo stack to undo the workspace edit.
edit :: WorkspaceEdit (required)
The edits to apply.