如何配置VS代码以记住代理设置(Windows)

问题描述 投票:13回答:1

我有点厌倦了这个窗口:

VS Code proxy authentication window

我检查了配置,并将代理URL添加到http.proxy条目中,如here所述:

"http.proxy": "http://frustratedusername:[email protected]:8080/"

但它没有用。然后,我尝试设置http_proxyhttps_proxy环境变量,但它既不起作用。

有没有办法让VS Code记住代理设置?

visual-studio-code vscode-settings
1个回答
0
投票

我在命令本身尝试使用代理交换机。

像这样的东西,它对我有用:node-gyp configure --proxy=http://proxy.server.name:port

© www.soinside.com 2019 - 2024. All rights reserved.