-
-
Save cointoss1973/6c13c7fed6d4999e0c29 to your computer and use it in GitHub Desktop.
Visual Studio Code に Proxy を設定する方法 ref: http://qiita.com/cointoss1973/items/b3c84daeed90fd183501
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Place your settings in this file to overwrite the default settings | |
{ | |
"http.proxy": "http://proxy.example.com:8000", | |
"http.proxyStrictSSL": false | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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