Skip to main content

Command Palette

Search for a command to run...

VSCode Proxy Configuraiton

Published
1 min read
S

I love learning about technology and sharing that with others

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

21 views

More from this blog

H

hashcodehub

271 posts

Consistent, Passionate and Organized :)