-
Notifications
You must be signed in to change notification settings - Fork 227
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
Proxy Settings #927
Comments
Same problem here VSCode Settings:
After choosing a Template, the connection failed
Maybe the proxy is ignored for HTTPS Connections? |
+1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found this issue:
microsoft/vscode-remote-release#6464
If I want to Build a devcontainer I have to export http_proxy as ENV, otherwise I cannot install the feature.
I am behind a corporate Proxy. Docker is configured correctly all normal build are fine.
How can I use the Proxy for installing a feature without export a ENV variable? Use the Docker Proxy...
The text was updated successfully, but these errors were encountered: