Skip to content
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

Store selected profile in workspace scope setting file #46

Open
Shaokun-X opened this issue Aug 7, 2021 · 1 comment
Open

Store selected profile in workspace scope setting file #46

Shaokun-X opened this issue Aug 7, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@Shaokun-X
Copy link
Contributor

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.

@Shaokun-X Shaokun-X added the bug Something isn't working label Aug 7, 2021
@onlyutkarsh
Copy link
Owner

onlyutkarsh commented Sep 18, 2022

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.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants