Replies: 5 comments 5 replies
-
FYI: http_proxy=http://192.168.1.128:1085 https_proxy=http://192.168.1.128:1085 zed project |
Beta Was this translation helpful? Give feedback.
-
add |
Beta Was this translation helpful? Give feedback.
-
btw, you could use shortcut "ctrl + ," or "CMD + ," to open the settings.json, and add "proxy" config to it, mentioned above |
Beta Was this translation helpful? Give feedback.
-
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"
} |
Beta Was this translation helpful? Give feedback.
-
When I use |
Beta Was this translation helpful? Give feedback.
-
How to configure proxy in zed settings?
Beta Was this translation helpful? Give feedback.
All reactions