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

Support proxy servers #36

Open
haruyuki-oda opened this issue Nov 10, 2023 · 1 comment
Open

Support proxy servers #36

haruyuki-oda opened this issue Nov 10, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@haruyuki-oda
Copy link

Thanks for an excellent extension application.
Does this application support access under a proxy environment?
I added the general proxy settings like "http.proxy" and "http.proxySttrictSSL" into "setting.json" of VS code. it doesn't work.

@soerenuhrbach
Copy link
Owner

Hi @haruyuki-oda,

At the moment the extension doesn't support proxies and unfortunately is there currently no way (in the vscode api) to access the configured proxy settings or using a preconfigured socket. So I would have to implement the proxy support by myself. (see microsoft/vscode#12588)

Using settings like "http.proxy" or "https.proxy" seems to be the legacy proxy server support (see here).
At the moment I am not sure what is the best way to implement proxy support.

Please be patient until I have identified and implemented a solution.

@soerenuhrbach soerenuhrbach self-assigned this Nov 12, 2023
@soerenuhrbach soerenuhrbach added the enhancement New feature or request label Nov 12, 2023
@soerenuhrbach soerenuhrbach changed the title Proxy setting Support proxy servers Nov 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants