This extension displays the current state of the editor.formatOnSave
setting in your status bar. Clicking the item in the status bar will toggle the setting on/off.
- Shows the current status of the
editor.formatOnSave
status in the status bar - Allows you to quickly toggle this setting on/off by clicking the item in the status bar
- Exposes the command
statusbar-format-on-save.toggleFormatOnSave
for easy keybinding or command pallate usage - Allows customisation of the display in the status bar (with a custom format string)
Using the following settings will result in the status bar display showing as FoS: 👍
or FoS: 👎
{
"statusbar-format-on-save.formatString": "FoS: {{status}}",
"statusbar-format-on-save.displayWhenTrue": "👍",
"statusbar-format-on-save.displayWhenFalse": "👎"
}
If you find an issue with this extension or would like to request new functionality, please let me know here on GitHub.
Adds tooltip text to the status bar item
Minor updates
Nothing really...
Allow for customisation of the display in the status bar (with a custom format string)
Initial release of statusbar-setting-display