-
Notifications
You must be signed in to change notification settings - Fork 159
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
Does not properly use proxy settings #169
Comments
Please update and help me test, does it works good:
I cannot test because I don't have a http proxy. Thanks for the help. |
|
I fixed the same issue by setting the proxy settings using plantuml.commandArgs.
|
@Thialala, Thanks for the feedback. @zllvm, @Thialala gives the right solution to your case. @arnauldvm If yours is the same use case, |
I'll test this. |
@Thialala |
I found out that the extension is using the http_proxy environment variable,
even though there is an "http.proxy" setting defined in VS Code.
If, for some reason, I want VS Code to use a different proxy, it gives unexpected behavior for PlantUML.
The text was updated successfully, but these errors were encountered: