Created
January 10, 2017 01:34
-
-
Save HoriLiu/1d298dba4feabff77181900c4f9d929e to your computer and use it in GitHub Desktop.
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
http://code.visualstudio.com/docs/setup/setup-overview#_proxy-server-support | |
User Setting by settings.json | |
// 將您的設定放入此檔案中以覆寫預設值 | |
{ | |
"http.proxyStrictSSL": false, | |
"http.proxy": "http://proxy.xxxxx.com:8080", | |
"window.zoomLevel": 0 //your CNTLM | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment