-
Notifications
You must be signed in to change notification settings - Fork 92
Proxy or Mirror Support for download #309
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
Conversation
|
c53475b, let user can set a mirror path in setting |
|
40d866f |
|
@soiamsoNG only to be sure: the actual download mechanism does not honour the standard system proxy settings ( |
Thanks for your remind. |
|
sorry for mistake press the button |
So, could you use those env variables to tell the extension the proxy to be used? If that is the case, maybe we should add to documentation, instead add extra code. |
| "scope": "resource", | ||
| "type": "string", | ||
| "default": "", | ||
| "description": "http:// https:// socks:// socks5:// pac+http://" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we are using the vscode http proxy setting, do we need to have our own proxy configuration in this extension too? I think we can just remove this one then
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes I agree, a little bit too much, please don't pick the proxy part
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I create #313 for just Mirror Support part
update languageServerReleasesPath discription Co-authored-by: Luke Lau <luke_lau@icloud.com>
|
Sorry for the late reply on this: Is this still needed? Or does the built-in vscode proxy work ok? |
|
No need now |
Want to add proxy support considering below point
Amazon AWS with very slow connection around 30K/s in some area.
VSCode not support socks5 proxy in a clean way.
Node not support socks5 proxy in a clean way.
Hope can solve the AWS very slow issue in another way but not set a proxy.