Skip to content

Instantly share code, notes, and snippets.

@cointoss1973
Last active March 7, 2016 03:37
Show Gist options
  • Save cointoss1973/6c13c7fed6d4999e0c29 to your computer and use it in GitHub Desktop.
Save cointoss1973/6c13c7fed6d4999e0c29 to your computer and use it in GitHub Desktop.
Visual Studio Code に Proxy を設定する方法 ref: http://qiita.com/cointoss1973/items/b3c84daeed90fd183501
// Place your settings in this file to overwrite the default settings
{
"http.proxy": "http://proxy.example.com:8000",
"http.proxyStrictSSL": false
}
// Place your settings in this file to overwrite the default settings
{
"http.proxy": "http://proxy.example.com:8000",
"http.proxyStrictSSL": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment