You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current documentation, it says that for configuring a proxy server you must:
Configure the http.proxy setting in your user settings:
"http.proxy": "https://10.203.0.1:5187/"
or for an authenticating proxy:
"http.proxy": "https://userid:[email protected]:5187/"
Additionally, use "http.proxyStrictSSL": false if your proxy server uses a self-signed certificate.
But, in recent builds (see #22214) that "http.proxy" setting is ignored. The only working way is to pass a parameter to code.exe:
--proxy-server=http://xxxxxx:8080
(see #22214 for details about auth, etc.)
I have spent two hours trying to figure this out, and the solution was really simple when known... please update documentation ASAP when such a big change is committed. Not all of us use "system wide proxy settings".
Anyway, thanks for such an awesome piece of software.
In the current documentation, it says that for configuring a proxy server you must:
Documentation located at: https://code.visualstudio.com/docs/setup/setup-overview#_proxy-server-support
But, in recent builds (see #22214) that "http.proxy" setting is ignored. The only working way is to pass a parameter to code.exe:
--proxy-server=http://xxxxxx:8080
(see #22214 for details about auth, etc.)
I have spent two hours trying to figure this out, and the solution was really simple when known... please update documentation ASAP when such a big change is committed. Not all of us use "system wide proxy settings".
Anyway, thanks for such an awesome piece of software.
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: