ssh: Lookup language servers in env on SSH host (#17658)
Release Notes: - ssh remoting: Lookup language server binaries in environment on SSH host --------- Co-authored-by: Bennet <bennet@zed.dev>
This commit is contained in:
parent
19463b59e2
commit
48a16f9e70
6 changed files with 181 additions and 32 deletions
|
@ -5349,7 +5349,7 @@ fn make_lsp_adapter_delegate(
|
|||
let http_client = project.client().http_client().clone();
|
||||
project.lsp_store().update(cx, |lsp_store, cx| {
|
||||
Ok(
|
||||
ProjectLspAdapterDelegate::new(lsp_store, &worktree, http_client, fs, cx)
|
||||
ProjectLspAdapterDelegate::new(lsp_store, &worktree, http_client, fs, None, cx)
|
||||
as Arc<dyn LspAdapterDelegate>,
|
||||
)
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue