Tidy up LSP (#17973)

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin 2024-09-18 11:15:46 -06:00 committed by GitHub
parent eda7e88fd4
commit 826777a257
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 14 additions and 27 deletions

View file

@ -4742,17 +4742,6 @@ impl LspStore {
.reorder_language_servers(&language, enabled_lsp_adapters);
}
/*
ssh client owns the lifecycle of the language servers
ssh host actually runs the binaries
in the future: ssh client will use the local extensions to get the downloads etc.
and send them up over the ssh connection (but today) we'll just the static config
languages::() <-- registers lsp adapters
on the ssh host we won't have adapters for the LSPs
*/
fn start_language_server_on_ssh_host(
&mut self,
worktree: &Model<Worktree>,