Download language servers on-demand
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
db23a87228
commit
ededfff3a8
10 changed files with 172 additions and 151 deletions
|
@ -224,6 +224,10 @@ impl Client {
|
|||
self.id
|
||||
}
|
||||
|
||||
pub fn http_client(&self) -> Arc<dyn HttpClient> {
|
||||
self.http.clone()
|
||||
}
|
||||
|
||||
#[cfg(any(test, feature = "test-support"))]
|
||||
pub fn override_authenticate<F>(&mut self, authenticate: F) -> &mut Self
|
||||
where
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue