How to specify a user id and password for Visual Studio Code with an authenticating proxy?
I\'ve seen the Proxy Server Support on the main VS Code site, but this onl
"http.proxy": "http://DOMAIN//USER:PASSWORD@wsg.test.com:8080". Do not forget to add the port.