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
VSCode extensions do not currently support proxies: https://code.visualstudio.com/docs/setup/network#_legacy-proxy-server-support, microsoft/vscode#12588
All the existing workarounds seem to require writing the password in plaintext to an environment variable or something similar to that, which is obviously not great. It doesn't seem like Microsoft is in any hurry to implement a fix either, so there many not be any good solution right now.
I think we could maybe detect that an authenticated proxy is in use and prompt the user for the username and password and then use those details to make requests both from the extension and the langs CLI which is used by the extension, but such a feature would be pretty low priority right now.
Describe the bug
We use a http proxy with authentication. Is it possible to use the proxy set in the Windows system settings or specify one?
To Reproduce
Error appears after downloading the addon/using it for the first time.
Expected behavior
It should automatically detect the proxy set in the windows settings or provide a function to specifiy one.
Desktop (please complete the following information):
TMC Extension logs
The text was updated successfully, but these errors were encountered: