lsp: Add support for file rename via workspaceEdit

This commit is contained in:
Mathias Fussenegger
2021-03-15 22:34:22 +01:00
parent 0ab88c2ea8
commit 5e401b693b
3 changed files with 102 additions and 2 deletions

View File

@@ -749,6 +749,9 @@ function protocol.make_client_capabilities()
};
workspaceFolders = true;
applyEdit = true;
workspaceEdit = {
resourceOperations = {'rename',},
};
};
callHierarchy = {
dynamicRegistration = false;