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

[Settings Cycler] Option to only modify workspace settings #24

Open
dimateos opened this issue Mar 7, 2024 · 0 comments
Open

[Settings Cycler] Option to only modify workspace settings #24

dimateos opened this issue Mar 7, 2024 · 0 comments

Comments

@dimateos
Copy link

dimateos commented Mar 7, 2024

Hey! Thanks for the nice extensions :)

So there is overrideWorkspaceSettings to ensure settings are switched even when the workspace defines them.

Most cases I prefer to edit ONLY workspace settings instead of user ones, so I would love a new flag like setWorkspaceSettings to only edit the toggled setting for the workspace.

This way the user global config remains unchanged and only the workspace reflects toggled changes. Less diff for the settings sync when I only want to locally switch a setting (commonly temporally).

The extension basically already knows how to do it, but right now when overrideWorkspaceSettings is set it only writes to the local workspace settings when the settings key already exists. For this feature we would simply need it to emplace it anyway.

Regards!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant