Skip to Content

Proxy

CLI Proxy

  • You need to set in workspace -> .vscode -> settings.json for CLI to use proxy.
{ "http.proxy": "http://username:password@host:port" }
  • exclude Proxy Host List: Use this setting to exclude hosts from proxy, supports comma separated values e.g: *.abc.com,xyz.com.
Last updated on