Skip to content

aide.useSystemProxy ​

This configuration allows you to customize whether to use the system proxy (HTTP_PROXY, HTTPS_PROXY, ALL_PROXY) for network requests. Changes to this setting require restarting VSCode to take effect.

  • Default Value:

    json
    {
      "aide.useSystemProxy": true
    }

TIP

This configuration depends on the following environment variables to obtain the system proxy:

  • HTTP_PROXY
  • HTTPS_PROXY
  • ALL_PROXY

Ensure that these proxy environment variables are correctly set before using this configuration.

Released under the MIT License.