You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ When no toolsets are specified, [default toolsets](#default-toolset) are used.
101
101
102
102
GitHub Enterprise Cloud can also make use of the remote server.
103
103
104
-
Example for `https://octocorp.ghe.com`:
104
+
Example for `https://octocorp.ghe.com` with GitHub PAT token:
105
105
```
106
106
{
107
107
...
@@ -116,6 +116,14 @@ Example for `https://octocorp.ghe.com`:
116
116
}
117
117
```
118
118
119
+
> **Note:** When using OAuth with GitHub Enterprise with VS Code and GitHub Copilot, you also need to configure your VS Code settings to point to your GitHub Enterprise instance. Add the following to your [VS Code User settings](https://code.visualstudio.com/docs/configure/settings#_user-settings):
GitHub Enterprise Server does not support remote server hosting. Please refer to [GitHub Enterprise Server and Enterprise Cloud with data residency (ghe.com)](#github-enterprise-server-and-enterprise-cloud-with-data-residency-ghecom) from the local server configuration.
@@ -209,14 +217,6 @@ the hostname for GitHub Enterprise Server or GitHub Enterprise Cloud with data r
209
217
}
210
218
```
211
219
212
-
> **Note:** When using OAuth with GitHub Enterprise with VS Code and GitHub Copilot, you may also need to configure your VS Code settings to point to your GitHub Enterprise instance. Add the following to your [VS Code User settings](https://code.visualstudio.com/docs/configure/settings#_user-settings):
213
-
>
214
-
> ```json
215
-
> {
216
-
> "github-enterprise.uri": "https://<your GHES or ghe.com domain name>"
0 commit comments