Skip to content

Instantly share code, notes, and snippets.

@HoriLiu
Created January 10, 2017 01:34
Show Gist options
  • Save HoriLiu/1d298dba4feabff77181900c4f9d929e to your computer and use it in GitHub Desktop.
Save HoriLiu/1d298dba4feabff77181900c4f9d929e to your computer and use it in GitHub Desktop.
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