GitStatusBg (Git Status Background)Visual Studio Code extension that sets the background color of the editor to indicate the Git status of the file. FeaturesColor the background of the editor based on the Git status of that file. This is to help you easily identify these files, and help avoid making changes in the wrong place or when they may be overwritten. The following statuses are supported
The images below show open modified and untracked files in the editor.
If you would prefer to use different colors (or they don't work with your chosen theme), the colors can be changed in settings to whatever you wish. RequirementsThe default (built-in) GIT provider is used to get the status of files. If you're not using this, or if you're not using GIT as a source control system, this extension isn't going to be of much use to you. Extension SettingsSettings exist to adjust the tint color that is applied to the background. Adjust based on your preference.
Known IssuesNone yet. If you find something wrong or have a suggestion, please raise an issue. Release Notes1.1.0
1.0.0Initial release. |