mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00:00 
			
		
		
		
	fix(lsp): remove workspaceFolders field (#21284)
This commit is contained in:
		| @@ -1285,8 +1285,6 @@ function lsp.start_client(config) | |||||||
|       client.initialized = true |       client.initialized = true | ||||||
|       uninitialized_clients[client_id] = nil |       uninitialized_clients[client_id] = nil | ||||||
|       client.workspace_folders = workspace_folders |       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 |       -- These are the cleaned up capabilities we use for dynamically deciding | ||||||
|       -- when to send certain events to clients. |       -- when to send certain events to clients. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Raphael
					Raphael