https://github.com/ctf0/vscode-show-unsaved-changes
https://github.com/ctf0/vscode-show-unsaved-changes
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ctf0/vscode-show-unsaved-changes
- Owner: ctf0
- License: gpl-3.0
- Created: 2019-12-23T17:28:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-10T06:43:50.000Z (about 3 years ago)
- Last Synced: 2024-10-11T12:18:49.770Z (over 1 year ago)
- Language: TypeScript
- Size: 127 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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`

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