lsp: Add support for delete workspaceEdit resource operation

This commit is contained in:
Mathias Fussenegger
2021-03-18 11:32:33 +01:00
parent 191afb42be
commit 84213b5b9a
3 changed files with 63 additions and 2 deletions

View File

@@ -750,7 +750,7 @@ function protocol.make_client_capabilities()
workspaceFolders = true;
applyEdit = true;
workspaceEdit = {
resourceOperations = {'rename', 'create',},
resourceOperations = {'rename', 'create', 'delete',},
};
};
callHierarchy = {