-
Notifications
You must be signed in to change notification settings - Fork 30.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test: Proxy Support #64202
Comments
@chrmarti I'm assuming this isn't available on insiders since we reverted yesterday's version? |
@misolori It's |
To help with testing, use the following extension: It will put 2 commands in the command palette:
|
@chrmarti @joaomoreno The http.proxySupport set to "override" breaks out C/C++ extension's ability to download our Insider vsix. Please advise us on how we can workaround this issue. I filed #65118 . |
Testing #60773
Complexity: 5
This is controlled through the
"http.proxySupport": "override"
setting. Test the following scenarios:"http.proxy"
setting.HTTP_PROXY
/HTTPS_PROXY
env variables.To run a proxy locally:
Make sure that all connections initiated from the extension host go through the configured proxy. The
"http.proxy"
setting takes precedence over the env variables which take precedence over the OS settings.Authentication via OS settings is not supported at the moment.
The text was updated successfully, but these errors were encountered: