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.
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.