Skip to content

Instantly share code, notes, and snippets.

@h4ck4life
Forked from JohannesHoppe/settings.json
Created August 8, 2018 07:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save h4ck4life/2abf2179343a80e03ac9f2a6c8b71d13 to your computer and use it in GitHub Desktop.
Save h4ck4life/2abf2179343a80e03ac9f2a6c8b71d13 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
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment