Supercharge the Git capabilities built into Visual Studio Code — Visualize code authorship at a glance via Git blame annotations and code lens, seamlessly navigate and explore Git repositories, gain valuable insights via powerful comparison commands, and so much more
NOTE: These changes have been implemented on top of #121. It's better to merge firstly #121 before this.
[x] Fixes #120
[x] Resolves compatibility issues with the changes implemented in #121
[x] Decorations now will be refreshed also when the document content has been changed. 2 seconds later after editing, they will be refreshed. It resets the timer and will not be refreshed while you continue to edit.
NOTE: These changes have been implemented on top of #121. It's better to merge firstly #121 before this.