Open WeiterWeiterFertigstellen opened 1 year ago
VSCode extensions do not currently support proxies: https://code.visualstudio.com/docs/setup/network#_legacy-proxy-server-support, https://github.com/microsoft/vscode/issues/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.
@Heliozoa Any news on this?
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