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

Status bar colour - settings sync #3181

Closed
thesimonho opened this issue Oct 31, 2018 · 2 comments
Closed

Status bar colour - settings sync #3181

thesimonho opened this issue Oct 31, 2018 · 2 comments

Comments

@thesimonho
Copy link

Currently when switching modes the plugin will change the following for every mode change:

    "workbench.colorCustomizations": {
        "statusBar.background": "#5f00af",
        "statusBar.noFolderBackground": "#5f00af",
        "statusBar.debuggingBackground": "#5f00af"
    }

As discussed here, this gets very messy when using auto upload in settings sync because the gist is updated all the time. Is there a way around this with this plugin, so the settings.json file isnt updated on mode change? Or is that currently the only way to set the statusbar colour in VScode?

@jpoon
Copy link
Member

jpoon commented Nov 1, 2018

This is currently the only way to update the statusbar colour with VSCode hence the constant change in the settings.json.

Other related discussions: #2948

@jpoon jpoon closed this as completed Nov 1, 2018
@ribeirompl
Copy link

ribeirompl commented May 6, 2020

Just a workaround for Settings Sync users, you can add a comment in the settings.json file to ignore a particular section. See Settings Sync Pragmas.

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

No branches or pull requests

3 participants