A Visual Studio Code extension that closes editors which are not modified in Git. Created by cyanhall.com
This extension is inspired by Gruntfuggly/closeunmodified, and have better implementation.
You can install the latest version of the extension via the Visual Studio Marketplace here.
Alternatively, open Visual Studio code, press Ctrl/Cmd+P
and type:
> ext install close-git-unmodified
Open the Command Palette (Cmd/Ctrl
+ Shift
+ P
), and entry Close Git Unmodified
.
Refator the editor inspect strategy. Run faster now.
Initial release.
The source code is available on GitHub here.