-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Closed
Labels
doc-enhancementsuggested addition or improvementsuggested addition or improvement
Description
Follow up from microsoft/vscode#276028
There are two parts to this:
- For GitHub.com accounts, call out that the user should use
Manage Extension Account preferenceto sign in to other accounts... this preference is saved per-workspace/per-profile so you're able to have different workspaces with different preferences. - For ghe.com accounts, it's more complicated... you have the VS Code setting:
which can be set per-profile or per-workspace
"github.copilot.advanced": { "authProvider": "github-enterprise" }
So, it's possible to be signed in to a GHE account for Copilot, and a GitHub.com account for GH PR extension... and vice versa...OR 1 GitHub.com account for Copilot and a different GitHub.com account for GH PR but it's maybe not so obvious.
Metadata
Metadata
Assignees
Labels
doc-enhancementsuggested addition or improvementsuggested addition or improvement