-
Notifications
You must be signed in to change notification settings - Fork 17
Download with https proxy if https_proxy is set in environment variable #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Download with https proxy if https_proxy is set in environment variable #14
Conversation
@microsoft-github-policy-service agree |
This fixes the issue at microsoft/vscode-cpptools#10631 |
@connor4312 @jrieken Are you two still maintaining this repo? Do you have an ETA on when this can get reviewed? |
@Changqing-JING It seems like the version in package.json may need to be updated to 0.3.4. |
I would rather use the battle-tested |
force pushed to use https-proxy-agent |
Thanks for the PR! |
Thank you very much! When is the next release on npm? |
@connor4312 Could you help to update v0.3.4 to npm, so that we can use the new version in vscode? |
Thanks for the ping. I will publish this as |
Current vscode-dts doesn't work when npm install behind proxy. Add a feature to read https_proxy from environment variable and download via the proxy.