SIGN IN SIGN UP

Add basic proxy settings (#11852)

Adding `proxy` keyword to configure proxy while using zed. After setting
the proxy, restart Zed to acctually use the proxy.

Example setting: 
```rust
"proxy" = "socks5://localhost:10808"
"proxy" = "http://127.0.0.1:10809"
```

Closes #9424, closes #9422, closes #8650, closes #5032, closes #6701,
closes #11890

Release Notes:

- Added settings to configure proxy in Zed

---------

Co-authored-by: Jason Lee <huacnlee@gmail.com>
张小白 committed
1b261608c6a5a2bae5f2edb363584b39dd74295f
Parent: 90b631f
Committed by GitHub <noreply@github.com> on 5/16/2024, 4:43:26 PM