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
Describe the bug
When I have multiple VSCs running, if I switch the profile in one of them, those in the others would change too.
To Reproduce
Like above
Expected behaviour
Every project should display selected profile separatedly.
Desktop (please complete the following information):
OS: Windows 10
Additional context
I think the selected profile could be placed in workspace setting file(.vscode/setting.json), so that every project can show profiles differently. And the user scope setting stores all the profiles. In this case the selected field is no longer needed.
The text was updated successfully, but these errors were encountered:
This would require defining user profiles per repo which will mean defining profiles multiple times if I need to use the same email for various repos. I get what you saying though, and it would be nice to provide options for users on location for the profiles (User/Workspace etc)
BTW maybe not what you are after, but v1.2.0 supports a multi-root workspace and displays the currently selected workspace folder along with the profile.
Describe the bug
When I have multiple VSCs running, if I switch the profile in one of them, those in the others would change too.
To Reproduce
Like above
Expected behaviour
Every project should display selected profile separatedly.
Desktop (please complete the following information):
Additional context
I think the selected profile could be placed in workspace setting file(
.vscode/setting.json
), so that every project can show profiles differently. And the user scope setting stores all the profiles. In this case theselected
field is no longer needed.The text was updated successfully, but these errors were encountered: