- Extension version:
- VSCode Version:
1.65.2
- OS:
macOS Monterey 12.3
Steps to Reproduce:
-
Cloned repository from our company github enterprise account (cloud-hosted) and opened in vscode
-
Clicked "Sign in with GitHub Enterprise to use GitHub PullRequests and Issues (1)"

-
Created and authorized PAT (SSO)
-
Pasted PAT into prompt

-
Received error: Sign in failed: Error: network error

Notes:
Following this wiki entry I tried setting
"github-enterprise.uri": "https://github.com/<organization>",.
Without this setting I receive a different error:
Sign in failed: Error: [UriError]: Scheme is missing: {scheme: "", authority: "", path: "", query: "", fragment: ""}

Do I need to configure something differently when working with a GitHub Enterprise repo but cloud-hosted?
1.65.2macOS Monterey 12.3Steps to Reproduce:
Cloned repository from our company github enterprise account (cloud-hosted) and opened in vscode
Clicked "Sign in with GitHub Enterprise to use GitHub PullRequests and Issues (1)"

Created and authorized PAT (SSO)
Pasted PAT into prompt

Received error:

Sign in failed: Error: network errorNotes:
Following this wiki entry I tried setting
"github-enterprise.uri": "https://github.com/<organization>",.Without this setting I receive a different error:

Sign in failed: Error: [UriError]: Scheme is missing: {scheme: "", authority: "", path: "", query: "", fragment: ""}Do I need to configure something differently when working with a GitHub Enterprise repo but cloud-hosted?