-
Notifications
You must be signed in to change notification settings - Fork 205
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
VS Code extension does not use proxy settings #1147
Comments
@lfvJonas There is legacy |
@BoykoAlex I set the http.proxy explicity and it now works!
Which it apperantly it did not, since those are set correcly. |
When I looked a little futher I can see that the proxy is being used correctly by other extentions when it's not set explicity. Using this ticket for dubug reference: microsoft/vscode#84845 It's only this extension that has trubble when it's not set explicitly |
I have added support for |
@BoykoAlex Tested it out right now and it works as expected 🙏 |
Describe the bug
We use a company proxy and the Spring Language Server is unable to reach external resources. On the same device it is possible to curl the same resource from the terminal.
Issue relates to #1101 and #498
I expect that it's the same issue as the first one since we get the same logs. But in that issue only a fix is made for Eclipse and not VSCode.
VSCode gets its proxy settings from the enviroment varibles
http_proxy
andhttps_proxy
.To Reproduce
(Ubuntu 22.04.3 LTS, VSCode 1.84.2, Spring Boot Tools v1.50.0)
and when I log to file I get theses:
The text was updated successfully, but these errors were encountered: