vscode claudecode 插件 request failed with status code 403 发布时间:2026/6/23 3:31:56 在.vscode/settings.json中配置网络代理如http.proxy: http://xxx:7890, http.proxyStrictSSL: false, http.proxySupport: override, claudeCode.environmentVariables: [ { name:HTTP_PROXY, value:http://xxx:7890 }, { name:HTTPS_PROXY, value:http://xxx:7890 } ],