Skip to content

Proxy Authentication Issue

Shantnu Suman edited this page Dec 22, 2022 · 2 revisions

Proxy authentication is not supported for extensions in Visual Studio Code. This is mainly because of the limitations in electron itself. However, the authentication is available for native VSCode features. Here is VSCode’s documentation for proxy support and other related Github issues,

image.png

Related Issues:

So, in cases like these, you have two options. Set the username and password in the environment variables or alternatively set them in the VSCode setting http.proxyAuthorization which is stored in the VSCode settings file. Both the solutions are sub optimal but unfortunately this is the only one available as of today ☹