mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00
lsp: Add support for create workspaceEdit resource operation
This commit is contained in:
@@ -750,7 +750,7 @@ function protocol.make_client_capabilities()
|
||||
workspaceFolders = true;
|
||||
applyEdit = true;
|
||||
workspaceEdit = {
|
||||
resourceOperations = {'rename',},
|
||||
resourceOperations = {'rename', 'create',},
|
||||
};
|
||||
};
|
||||
callHierarchy = {
|
||||
|
Reference in New Issue
Block a user