commit 01a8cd0432a272c41e882af96ee8488a4105bd32
parent b866d8d2e7cf4c2f00b1adc997188f1d04c13fa1
Author: Raphael <glephunter@gmail.com>
Date: Sun, 4 Dec 2022 21:56:04 +0800
fix(lsp): remove workspaceFolders field (#21284)
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/runtime/lua/vim/lsp.lua b/runtime/lua/vim/lsp.lua
@@ -1285,8 +1285,6 @@ function lsp.start_client(config)
client.initialized = true
uninitialized_clients[client_id] = nil
client.workspace_folders = workspace_folders
- -- TODO(mjlbach): Backwards compatibility, to be removed in 0.7
- client.workspaceFolders = client.workspace_folders
-- These are the cleaned up capabilities we use for dynamically deciding
-- when to send certain events to clients.