Skip to content

Commit f457dc4

Browse files
committed
adding docs to github enterprise with oauth
1 parent fa2d802 commit f457dc4

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,9 @@ See [Remote Server Documentation](docs/remote-server.md) for full details on rem
9595

9696
When no toolsets are specified, [default toolsets](#default-toolset) are used.
9797

98-
#### Enterprise Cloud with data residency (ghe.com)
98+
#### GitHub Enterprise
99+
100+
##### GitHub Enterprise Cloud with data residency (ghe.com)
99101

100102
GitHub Enterprise Cloud can also make use of the remote server.
101103

@@ -114,6 +116,8 @@ Example for `https://octocorp.ghe.com`:
114116
}
115117
```
116118

119+
##### GitHub Enterprise Server
120+
117121
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.
118122

119123
---
@@ -205,6 +209,14 @@ the hostname for GitHub Enterprise Server or GitHub Enterprise Cloud with data r
205209
}
206210
```
207211

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>"
217+
> }
218+
> ```
219+
208220
## Installation
209221
210222
### Install in GitHub Copilot on VS Code

0 commit comments

Comments
 (0)