Skip to Content

Proxy

CLI Proxy

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