nvim_runtime_lua

lsp.ApplyWorkspaceEditParams

The parameters passed via an apply workspace edit request.

@since 3.18.0

Fields3

ApplyWorkspaceEditParams.label : nil | 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.

ApplyWorkspaceEditParams.edit : lsp.WorkspaceEdit

The edits to apply.

ApplyWorkspaceEditParams.metadata : lsp.WorkspaceEditMetadata | nil