Skip to content
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

Add http.noProxy setting which is same as NO_PROXY env variable value that is already present currently #211956

Open
mohankumarelec opened this issue May 3, 2024 · 1 comment
Assignees
Labels
proxy Issues regarding network proxies

Comments

@mohankumarelec
Copy link

The addition of the http.noProxy setting in Visual Studio Code is designed to enhance network connectivity configurations within the integrated development environment (IDE). This setting mirrors the functionality of the NO_PROXY environment variable already present, providing users with a streamlined approach to managing proxy exclusions specifically for HTTP connections.

When working within a network environment that utilizes proxies, certain resources or domains may need to be accessed directly, bypassing the proxy server. The http.noProxy setting facilitates this by allowing users to specify a list of domains or IP addresses that should not be routed through the proxy for HTTP connections.

This feature is particularly valuable for developers working in environments where direct access to specific resources is necessary for efficient workflow, such as accessing local servers, development APIs, or other services that are exempt from proxy routing.

By integrating the http.noProxy setting into Visual Studio Code, users can easily configure their network preferences directly within the IDE, ensuring seamless connectivity to both proxied and non-proxied resources without the need for external configurations. This enhances the overall development experience by providing greater flexibility and control over network connectivity settings, ultimately optimizing productivity and workflow efficiency.

@mohankumarelec
Copy link
Author

Related: #68260

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proxy Issues regarding network proxies
Projects
None yet
Development

No branches or pull requests

3 participants
@chrmarti @mohankumarelec and others