VSCode Proxy Configuraiton

sandeep negi

--

Use the below-mentioned settings when you are using some local proxy like cntlm or any other in windows.

In VS Code open File->Preferences->User Settings

Copy HTTP configuration from default settings to settings.json

Change the HTTP configuration as follows:

{
...
"http.proxy": "http://127.0.0.1:3128",
...
}

The file is located in C:\Users\<your_username>\AppData\Roaming\Code\User\settings.json

--

--

No responses yet