Vim: Status bar colour - settings sync

Created on 31 Oct 2018  路  2Comments  路  Source: VSCodeVim/Vim

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?

kinquestion statuby-design

Most helpful comment

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.

All 2 comments

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

Other related discussions: https://github.com/VSCodeVim/Vim/issues/2948

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

rajinder-yadav picture rajinder-yadav  路  3Comments

edwintorok picture edwintorok  路  3Comments

lucastheisen picture lucastheisen  路  3Comments

elithrar picture elithrar  路  3Comments

spinningarrow picture spinningarrow  路  3Comments