You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: