Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@vscode/proxy-agent

microsoft58.6kMIT0.32.0TypeScript support: included

NodeJS http(s) agent implementation for VS Code

proxy, agent, http, https, socks, request, access

readme

VS Code Proxy Agent

Adaption of the electron-proxy-agent for Visual Studio Code.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

License

MIT

changelog

Change Log

Notable changes will be documented here.

[0.32.0]

[0.31.0]

[0.30.0]

[0.29.0]

[0.28.0]

[0.27.0]

[0.26.0]

[0.25.0]

[0.24.0]

[0.23.0]

[0.22.0]

[0.21.0]

[0.20.0]

  • Update socks to avoid CVE-2024-29415

[0.19.0]

[0.18.0]

[0.17.0]

[0.16.0]

  • Update dependencies.

[0.15.0]

[0.14.1]

[0.14.0]

[0.13.0]

  • Rename to @vscode/proxy-agent.

[0.12.0]

[0.11.0]

[0.10.0]

[0.9.0]

  • Copy and adapt pac-proxy-agent to catch up with latest dependencies and bug fixes.

[0.8.2]

[0.8.0]

  • Align log level constants with VS Code.

[0.7.0]

[0.6.0]

  • Use TypeScript.
  • Move proxy resolution from VS Code here.

[0.5.2]

  • Handle false as the original proxy.
  • Update typings.

[0.5.1]

  • Allow for newer patch versions of dependencies.

[0.5.0]

[0.4.0]

  • Fall back to original agent when provided in options.
  • Add default port to options.

[0.3.0]

  • Forward request and options to resolveProxy.

[0.2.0]

  • Fix missing servername for SNI (#27).

[0.1.0]

  • Initial release