Save Saver Status Bar Color ChangeA Visual Studio Code extension that changes the status bar color when there are unsaved files in the editor. Features
How it worksThis extension monitors the state of all open tabs in VS Code. When it detects that any tab has unsaved changes (is "dirty"), it changes the status bar color to the configured color (red by default). Once all files are saved, the status bar returns to its original color. Extension SettingsThis extension contributes the following settings:
How to Configure
Requirements
Known Issues
Release Notes0.0.1Initial release:
Development
CreditsThank you to Moa and Carl for help and support. ContributingAs with most tools, this will likely miss some cases. If you come across a case which you think should be covered and isn't, please file an issue including a minimum reproducible example of the case. LicenseThis project is licensed under the MIT license. See the LICENSE file for more details. |