-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Add instructions for using multiple GH accounts #9072
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
TylerLeonhardt
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm liking this :) 2 comments
docs/copilot/setup.md
Outdated
| } | ||
| ``` | ||
|
|
||
| 1. In the Accounts menu in the Activity Bar, select **Manage Extension Account Preferences** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's unlikely the user will have multiple GHE accounts. I think maybe this can be simplified to "re-sign in to Copilot"
|
|
||
| * For GHE.com accounts: | ||
|
|
||
| 1. Run **Preferences: Open User Settings (JSON)** or **Preferences: Open Workspace Settings (JSON)** from the Command Palette (`kb(workbench.action.showCommands)`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is exactly what we wanna call out here.
One thing I notice is that this is the first and only reference to signing in to GHE.com in this doc which makes me worried that for folks who want to sign in with their GHE.com account will set this instead of going through the normal flow (Continue with GHE.com)
NOTE: this sets that setting but at the user level
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for pointing that out. I'll make sure to clarify this more.
|
@TylerLeonhardt thanks for your feedback. I've added a dedicated section for signing in with a GHE.com account to avoid confusion with steps for multiple accounts. |
docs/copilot/setup.md
Outdated
| 1. Select **GitHub Copilot Chat** from the list of extensions | ||
| 1. Choose the GitHub Enterprise account you want to use for Copilot in the current workspace and profile |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These look like leftovers from the previous wording
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ow, I should stop pretending I'm in Pacific timezone... :)
|
@TylerLeonhardt Should be the last iteration... |
Fixes #9068