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

Common settings between profiles #176753

Closed
Indeedornot opened this issue Mar 10, 2023 · 3 comments
Closed

Common settings between profiles #176753

Indeedornot opened this issue Mar 10, 2023 · 3 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) user-profiles User profile management

Comments

@Indeedornot
Copy link

Indeedornot commented Mar 10, 2023

In February an update adding Profiles has come. However as of now each profile has their separate settings, meaning you have to set all of the settings and sync common settings between them manually.

For example if you want to share settings between all profiles you'd have to do it by hand each time you change something

I propose that there be some sort of common settings files and in profile settings files we would be able to either
extend it as a whole and have an option to overwrite some settings in full or add to them,
extend it for one setting only (coppy only one setting)

so for example

group1.settings.json
{
  "files.autoSave": "afterDelay"
}
profile1.settings.json
{
  "extends": "group1.settings.json" //path, or array of paths
}
@sandy081 sandy081 added the user-profiles User profile management label Mar 10, 2023
@sandy081
Copy link
Member

/duplicate

#156144

@github-actions github-actions bot locked and limited conversation to collaborators Apr 24, 2023
@sandy081
Copy link
Member

Duplicate of #176813

@sandy081 sandy081 marked this as a duplicate of #176813 Jun 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) user-profiles User profile management
Projects
None yet
Development

No branches or pull requests

3 participants
@sandy081 @Indeedornot and others