我有点厌倦了这个窗口:
我检查了配置,并将代理URL添加到http.proxy
条目中,如here所述:
"http.proxy": "http://frustratedusername:[email protected]:8080/"
但它没有用。然后,我尝试设置http_proxy
和https_proxy
环境变量,但它既不起作用。
有没有办法让VS Code记住代理设置?
我在命令本身尝试使用代理交换机。
像这样的东西,它对我有用:node-gyp configure --proxy=http://proxy.server.name:port