Skip to content

Instantly share code, notes, and snippets.

@ali5h
Created March 9, 2017 18:52
Show Gist options
  • Save ali5h/21fbbb71e0b411b9750d0c23c8131bbd to your computer and use it in GitHub Desktop.
Save ali5h/21fbbb71e0b411b9750d0c23c8131bbd to your computer and use it in GitHub Desktop.
vscode behind proxy
{
"http.proxyStrictSSL": false,
"http.proxy": "http://user:pass@proxy"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment