第一步:配置代理
1。VPN 的代理
2。 电脑上是不是开了代理服务

2。 在该插件对应的setting.json 里配置了代理,记得改为自己vpn的端口号

css
"github.copilot.chat.virtualTools.threshold": 0,
"claudeCode.hideOnboarding": true,
"claudeCode.environmentVariables": [
{ "name": "HTTP_PROXY", "value": "http://127.0.0.1:12334" },
{ "name": "HTTPS_PROXY", "value": "http://127.0.0.1:12334" }
],
"http.proxy": "http://127.0.0.1:12334",
"https.proxy": "http://127.0.0.1:12334",
"claudeCode.allowDangerouslySkipPermissions": true,
"workbench.colorTheme": "Visual Studio Light"
