- Initial release
- add option to clear decorations on save
- change how we check for document content changes to become like the editor's "don't save document content on save, rather on open only"
- extra configs
- fix not correctly reseting cached files
- fix trying to get content on file close
- fix package settings name
- remove comments reply box
- disable comments for now as its giving error
- better api (using
git diff
) - add new key change to
showUnsavedChanges.styles
to show edited/changed lines - now instead of having a comment per line, it will be a comment per group of consecutive lines, more performant & wont slow/kill the editor
- correct display of changed lines
- update LICENSE
- update rdme
- add new config
showUnsavedChanges.debounceTime
- add new config
showUnsavedChanges.showDiffOutput
- add new config
showUnsavedChanges.gitPath
- fix not working after save
- add new config
showUnsavedChanges.schemeTypes
- add new config
showUnsavedChanges.terminalShellPath
thanks to pit00
- add cmnds to navigate the changes made like git thanks to pit00 for suggestion
- fix some errors
- update base vscode version to 1.75
- add new config
showUnsavedChanges.schemeTypesIgnore
- typo
- update deps