An open API service indexing awesome lists of open source software.

https://github.com/ctf0/vscode-show-unsaved-changes


https://github.com/ctf0/vscode-show-unsaved-changes

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Show Unsaved Changes

show unsaved changes for document in gutter (kinda like git)

## Features

- show `added/changed/deleted` lines indicators in gutter & overview ruler
- show comments with original contents of `deleted/changed` line for easier debugging
- remove indicators on file `close/save`

![demo](https://user-images.githubusercontent.com/7388088/72254779-b5281880-360d-11ea-92f7-1e8508f356aa.png)

## Notes

- `git` must be installed globally because we use `git diff` to get the changes