ZIm/crates/extension/src
张小白 1b261608c6
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>
2024-05-16 19:43:26 +03:00
..
wasm_host Extract http from util (#11680) 2024-05-10 15:50:20 -06:00
extension_builder.rs Add basic proxy settings (#11852) 2024-05-16 19:43:26 +03:00
extension_lsp_adapter.rs Extract Vue extension (#10486) 2024-04-12 14:39:27 -04:00
extension_manifest.rs Extract Vue extension (#10486) 2024-04-12 14:39:27 -04:00
extension_settings.rs Add SettingsSources::<T>::json_merge_with function (#10869) 2024-04-22 18:38:34 -04:00
extension_store.rs Extract http from util (#11680) 2024-05-10 15:50:20 -06:00
extension_store_test.rs Extract http from util (#11680) 2024-05-10 15:50:20 -06:00
wasm_host.rs Extract http from util (#11680) 2024-05-10 15:50:20 -06:00