How to configure proxy in zed settings? #7525
Replies: 10 comments 6 replies
|
FYI: http_proxy=http://192.168.1.128:1085 https_proxy=http://192.168.1.128:1085 zed project |
|
add |
|
btw, you could use shortcut "ctrl + ," or "CMD + ," to open the settings.json, and add "proxy" config to it, mentioned above |
|
settings.json {
"ui_font_size": 16,
"buffer_font_size": 16,
"theme": {
"mode": "system",
"light": "One Light",
"dark": "One Dark"
},
"proxy" : "http://192.168.1.13:7890"
} |
|
When I use |
|
I have it as and when I restart zed NPM stops working + copilot is not able to perform github signin. p.s. the same setup works in vscode |
|
FYI: at least on macOS, zed prefers to resolve |
|
The
Hope we can have some configuration to make these cases support proxy as well. |
|
Can zed remote use proxy? I want to make sure that my extensions can be downloaded successfully in remote mode. |
|
Thanks for reaching out. We want to better support our community, and the best way for us to do that is through our official Discord. The team is active there and happy to help. We’re closing the “Help and General Q&A” category on GitHub Discussions and directing all support questions to Discord going forward. |
Uh oh!
There was an error while loading. Please reload this page.
How to configure proxy in zed settings?
All reactions