github / github/vscode-github-actions

Proxy Support for VS Code Actions Extension

未關閉
#189 16 則留言 10 個 reaction 已指派 0 人 在 GitHub 檢視
enhancement
主要語言
TypeScript
星號
660
分支
213
PR 合併指標
30 天內沒有已合併 PR

描述

**Is your feature request related to a problem? Please describe.**
Morgan Stanley users receive an error when using the Actions extension for VSCode, blocking them from using the Intellisense features of the extension.
```
request to https://api.github.com/user failed, reason: connect EHOSTUNREACH 192.30.255.116:443
```

They have an enterprise proxy in place, and have configured the VSCode proxy settings. It appears that the extension does not pull from these proxy settings and is failing to connect.

>% cat .vscode-settings.json | grep proxy
"http.proxy": http://proxy-app.ms.com:8080/,
"https.proxy": http://proxy-app.ms.com:8080/,

**Describe the solution you'd like**
Check for proxy configuration and use those settings if applicable for any connection to external resources.

**Additional context**
[Slack thread](https://github.slack.com/archives/C03QVCCH1FZ/p1681932036512599)

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。