-
Notifications
You must be signed in to change notification settings - Fork 31k
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
config http.proxy
in workspace settings
#236932
Comments
This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation. Happy Coding! |
With a proxy running on localhost, how would you set |
@chrmarti Thank you for your reply. I might have misunderstood your point. Are you saying that both the local machine and the dev container need to use the proxy, so setting I think I didn't express myself clearly. Here's my situation: I have to run a proxy to overcome some network issues, but dev containers are sometimes hosted in environments where the network works fine without a proxy, such as in Codespaces. So if |
We ignore the proxy setting from the local OS when connected via Remote-SSH. We should ignore the local It would make sense for |
Having it in Workspace settings would be super useful. |
You can now set Resolved with microsoft/vscode-copilot-release#3821. This is available in VS Code 1.97. |
The
http.proxy
setting can only be configured in user settings. I’m wondering if it’s possible to set it in workspace settings instead.When using a dev container, the
http.proxy
setting is passed to the container. However, the container cannot use the proxy on the local machine unless additional configuration is done.If
http.proxy
could be configured directly in.vscode/settings.json
or.devcontainer/devcontainer.json
, it would make things much easier for users. Currently, we have to either modify the user settings each time or set up a more complex container network configuration.The text was updated successfully, but these errors were encountered: