mirror of
https://github.com/neovim/neovim
synced 2025-07-20 03:02:17 +00:00
LSP: Add workspace.applyEdit client capabilities (#12313)
applyEdit is supported by the built-in client.
This commit is contained in:
committed by
GitHub
parent
02155f5c10
commit
da6f38ab3c
@ -703,6 +703,7 @@ function protocol.make_client_capabilities()
|
|||||||
};
|
};
|
||||||
hierarchicalWorkspaceSymbolSupport = true;
|
hierarchicalWorkspaceSymbolSupport = true;
|
||||||
};
|
};
|
||||||
|
applyEdit = true;
|
||||||
};
|
};
|
||||||
experimental = nil;
|
experimental = nil;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user