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
public (and non-work, non-university related) accounts
(For simplicity let us just make the unrealistic assumption that all of these git accounts are on GitHub.)
The GitHub Pull Request extension in MS VSCode respects these. (I guess it just observes what the local .git/config is.)
But the GitHub Actions extension in VSCode does not.
There is not even the option to "sign in/out" and manually select an account. (I think you do it once and cannot change it thereafter.)
Proposed solution
I would like to see e.g.
a Command Palette menu option to sign in/out for the GitHub Actions extension
or the Actions and PR extensions should have synchronised settings
(vis-a-vis current account for current workspace)
the ability to possible set Git[Hub] Account at the (VSCode) profile level
possibly a way to do select accounts via VSCode's (local or global) settings.json
The text was updated successfully, but these errors were encountered:
Many developers have multiple Git-Accounts:
(For simplicity let us just make the unrealistic assumption that all of these git accounts are on GitHub.)
The GitHub Pull Request extension in MS VSCode respects these. (I guess it just observes what the local .git/config is.)
But the GitHub Actions extension in VSCode does not.
There is not even the option to "sign in/out" and manually select an account. (I think you do it once and cannot change it thereafter.)
Proposed solution
I would like to see e.g.
a Command Palette menu option to sign in/out for the GitHub Actions extension
or the Actions and PR extensions should have synchronised settings
(vis-a-vis current account for current workspace)
the ability to possible set Git[Hub] Account at the (VSCode) profile level
possibly a way to do select accounts via VSCode's (local or global) settings.json
The text was updated successfully, but these errors were encountered: