Description
Many of us have dedicated accounts for work and non-work tasks. However, VSCode's GitHub authentication does not seem to support more than one GitHub account.
There are currently two ways of dealing with this;
As mentioned in #71253, one can use git config settings for separate accounts. This is a bothersome approach, and in some cases requires extra steps for every repository you are trying to access.
Alternatively, one can sign out, and sign in on the other account every time one changes between working on work-code, and non-work code. Again, this is a bothersome approach, and prone to frustration as you have to check which account you've signed in to.
Would it be possible for VSCode to support multiple GitHub accounts, so that it can ask you which credentials you want to use per repository?