-
Notifications
You must be signed in to change notification settings - Fork 39.5k
Add --proxy-bypass-list support in argv.json #216642
Copy link
Copy link
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insidersverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded
Milestone
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insidersverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded
Add support for --proxy-bypass-list in the argv.json file so that we can provide a default proxy bypass list to VS Code users.
Setting NO_PROXY doesn't work as a solution because it would either have to be set as a user / system environment variable thus impacting all applications, or we would have to rely on our VS Code users to explicitly pass --proxy-bypass-list as an argument to code on the command line each time they launch. Having the option to set this in argv.json would provide us with a way to package this in our default enterprise installation of VS Code so users would get this setting by default, but just for VS Code.