Skip to content
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

Also use VS Code proxy config for HTTPS on language server #738

Merged
merged 1 commit into from
Jul 15, 2022

Conversation

datho7561
Copy link
Contributor

One part of #735

Signed-off-by: David Thompson davthomp@redhat.com

docs/Preferences.md Outdated Show resolved Hide resolved
docs/Proxy.md Outdated Show resolved Hide resolved
One part of redhat-developer#735

Signed-off-by: David Thompson <davthomp@redhat.com>
Copy link
Member

@rgrunber rgrunber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

I also noticed this phrasing in VS Code settings :

http.proxy : The proxy setting to use. If not set, will be inherited from the http_proxy and https_proxy environment variables.

I'm guessing we don't support extracting those environment variables on the client side ?

@datho7561
Copy link
Contributor Author

I'm guessing we don't support extracting those environment variables on the client side ?

No, there is no logic to directly access the environment variables to get this value. Maybe VS Code explicitly copies the value from the environment into the VS Code setting, but I find this unlikely.

Copy link
Contributor

@AlexXuChen AlexXuChen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@datho7561 datho7561 merged commit 533bd53 into redhat-developer:master Jul 15, 2022
@datho7561 datho7561 deleted the 735-https-proxy branch July 15, 2022 14:40
@datho7561
Copy link
Contributor Author

Thanks for the reviews!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants