Skip to content

Instantly share code, notes, and snippets.

@JohannesHoppe
Created May 18, 2016 12:04
Show Gist options
  • Star 10 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save JohannesHoppe/23105342f6580847578701f0ced9d5b0 to your computer and use it in GitHub Desktop.
Save JohannesHoppe/23105342f6580847578701f0ced9d5b0 to your computer and use it in GitHub Desktop.
VSCode: proxy settings
// VSCode: Place your settings in this file to overwrite the default settings
{
"http.proxy": "http://user:pass@proxy.com:8080",
"https.proxy": "http://user:pass@proxy.com:8080",
"http.proxyStrictSSL": false
}
@alex-jin
Copy link

http.proxy only is fine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment