mirror of
https://github.com/zed-industries/zed.git
synced 2026-04-18 07:47:53 +00:00
f722e2fb2f
This fixes #53819. JSON schema downloads were still going through the JSON language server without picking up Zed's configured proxy. On networks that require the proxy, that made schema fetches fail even though the rest of the app could connect normally. This passes the proxy setting through to the JSON language server configuration so schema requests follow the same network path as the rest of Zed. ## Test plan - `rustfmt --edition 2024 crates/languages/src/json.rs` - `git diff --check -- crates/languages/src/json.rs` Release Notes: - Fixed JSON schema downloads ignoring Zed's proxy setting. --------- Co-authored-by: Christopher Biscardi <chris@christopherbiscardi.com>