vscode-explorer-git-statusHighlighting of git added, modified and ignored files inside Visual Studio Code File Explorer (similar to Atom). Screenshot: You can modify the colors inside the AboutWARNING: This is NOT an extension. Because this code is basically a hack that modifies Visual Studio Code's GUI, it has to manually be appended to Visual Studio Code's internal files which is not officially supported and not recommended for novice users. If you don't feel comfortable modifying Visual Studio Code's internal files please don't use this. I am not responsible for any damage. InstallationAutomaticThis method requires VS Code >= 1.15 installed in the default installation directory. Otherwise, use the manual method. Run the following commands:
A gulp task will automatically locate ManualOpen the following file:
as an administrator (or root) in your favorite text editor (make sure to make a backup of this file beforehand). Copy the code from NotesYou will need to repeat the installation process on every Visual Studio Code update as After installation you will get a warning that your Visual Studio Code installation is corrupt: This is because Visual Studio Code does a background check to detect if the installation has been changed on disk, and displays a warning if it detects any third party modifications. You can permanently hide this warning by clicking Read more about this here: https://code.visualstudio.com/docs/supporting/FAQ#_installation-appears-to-be-corrupt |