zed/crates/copilot/src
tidely f18b19a73e
http_client: Relax lifetime bounds and add fluent builder methods (#38448)
`HttpClient`: Relaxes the lifetime bound to `&self` in `get`/`post`
by returning the `self.send` future directly. This makes both
methods return `'static` futures without extra boxing.

`HttpRequestExt`: Added fluent builder methods to `HttpRequestExt`
inspired by the `gpui::FluentBuilder` trait.

Release Notes:

- N/A
2025-09-19 01:39:26 +02:00
..
copilot.rs Syntax tree view improvements (#37570) 2025-09-05 14:22:32 +02:00
copilot_chat.rs http_client: Relax lifetime bounds and add fluent builder methods (#38448) 2025-09-19 01:39:26 +02:00
copilot_completion_provider.rs Settings refactor (#38367) 2025-09-18 16:47:23 +00:00
request.rs Update lsp-types to properly handle brackets (#37166) 2025-08-29 17:08:42 +03:00
sign_in.rs Make copilot::SignIn open sign-in modal when needed (#30239) 2025-05-08 14:52:07 +00:00