Eric Amodio c69a160ea5 | pirms 8 gadiem | ||
---|---|---|---|
.vscode | 删除 | pirms 8 gadiem | |
images | 删除 | pirms 8 gadiem | |
src | 删除 | pirms 8 gadiem | |
test | 删除 | pirms 8 gadiem | |
typings | 删除 | pirms 8 gadiem | |
.gitignore | pirms 8 gadiem | ||
.vscodeignore | pirms 8 gadiem | ||
LICENSE | pirms 8 gadiem | ||
README.md | pirms 8 gadiem | ||
package.json | pirms 8 gadiem | ||
tsconfig.json | pirms 8 gadiem | ||
typings.json | pirms 8 gadiem | ||
vsc-extension-quickstart.md | pirms 8 gadiem |
Provides Git information (most recent commit, # of authors) in CodeLens, on-demand inline blame annotations, a blame explorer, and commands to compare changes with the working tree or previous versions.
Provides two CodeLens on code blocks:
Clicking on the CodeLens opens a Blame explorer with the commits and changed lines in the right pane and the commit (file) contents on the left
Clicking on the CodeLens toggles Git blame annotations on/off
Must be using Git and it must be in your path.
See the Contributions tab above
Candidate for preview release on the vscode marketplace.
Initial release but still heavily a work in progress.