VSCode Proxy Configuraiton

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

--

--

Software Engineer, who loves challenges and new technologies. :)

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store
sandeep negi

Software Engineer, who loves challenges and new technologies. :)