microsoft / microsoft/vscode-pull-request-github

Missing documentation: corporate proxy and enterprise certificate configuration for GHE environments

オープン
#8,819 コメント 0 件 リアクション 0 件 担当者 1 名 GitHub で見る

@alexr00 がすでに取り組んでいます。

2026年7月1日 から。

feature-request
主要言語
TypeScript
スター
2.6k
フォーク
795
平均マージ
1日 4時間
マージ済み PR(30日)
46

説明

Environment

  • OS: Windows 11 Enterprise (corp-managed)
  • VS Code: latest
  • Extension: github.vscode-pull-request-github (latest)
  • GitHub Enterprise Server or GitHub Enterprise Cloud

Description

The extension README and VS Code Marketplace page contain no documentation about how to configure the extension in corporate environments. Common enterprise setup requirements that are undocumented:

  1. Custom CA certificates — GHE instances often serve TLS certs signed by an internal CA. There is no guidance on using NODE_EXTRA_CA_CERTS or VS Code's http.systemCertificates setting with this extension.
  2. Proxy configuration — It is unclear whether the extension respects http.proxy in VS Code settings, HTTPS_PROXY env vars, or both. No troubleshooting guidance exists for ECONNREFUSED/CERT_UNTRUSTED errors on proxied networks.
  3. GHE SSL verification bypass for dev/staging — Some orgs use self-signed certs on non-prod GHE; the only workaround users currently find is NODE_TLS_REJECT_UNAUTHORIZED=0 which is unsafe.
  4. SSO token scope requirements — SAML-enforced organizations require PATs to be SSO-authorized; the extension does not guide users through this, leading to cryptic 403 errors.

Expected vs Actual Behavior

Expected: Wiki or README section covering: proxy settings, custom CA trust, SSO authorization steps, and known limitations for air-gapped GHE deployments.

Actual: No enterprise/corp configuration documentation exists; users must rely on community workarounds and trial-and-error.

Additional Context

This is a documentation gap, not a bug. A single 'Corporate / Enterprise Setup' section in the README would reduce a significant class of support requests from enterprise users.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。