How to specify a user id and password for Visual Studio Code with an authenticating proxy?

后端 未结 9 1920
谎友^
谎友^ 2020-12-08 01:38

How to specify a user id and password for Visual Studio Code with an authenticating proxy?

I\'ve seen the Proxy Server Support on the main VS Code site, but this onl

9条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-08 01:53

    "http.proxy": "http://DOMAIN//USER:PASSWORD@wsg.test.com:8080". Do not forget to add the port.

提交回复
热议问题