Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.06 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.06 KB

vscode-close-git-unmodified

A Visual Studio Code extension that closes editors which are not modified in Git. Created by cyanhall.com

Acknowledgement

This extension is inspired by Gruntfuggly/closeunmodified, and have better implementation.

Screenshot

feature X

Installing

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

Operation

Open the Command Palette (Cmd/Ctrl + Shift + P), and entry Close Git Unmodified.

1.1.0

Refator the editor inspect strategy. Run faster now.

1.0.0

Initial release.

Source Code

The source code is available on GitHub here.