Skip to content

Instantly share code, notes, and snippets.

@wuxiangzhou2010
Forked from JohannesHoppe/settings.json
Created February 8, 2018 08:34
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 wuxiangzhou2010/0a7fd4ee1a496e6493c2d6043b2874e8 to your computer and use it in GitHub Desktop.
Save wuxiangzhou2010/0a7fd4ee1a496e6493c2d6043b2874e8 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