lsp: Add support for create workspaceEdit resource operation

This commit is contained in:
Mathias Fussenegger
2021-03-18 11:07:06 +01:00
parent 5e401b693b
commit 191afb42be
3 changed files with 70 additions and 2 deletions

View File

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