Eric Amodio b617a90c5b | преди 8 години | ||
---|---|---|---|
.vscode | 删除 | преди 8 години | |
images | 删除 | преди 8 години | |
src | 删除 | преди 8 години | |
test | 删除 | преди 8 години | |
typings | 删除 | преди 8 години | |
.gitignore | преди 8 години | ||
.vscodeignore | преди 8 години | ||
LICENSE | преди 8 години | ||
README.md | преди 8 години | ||
package.json | преди 8 години | ||
tsconfig.json | преди 8 години | ||
typings.json | преди 8 години | ||
vsc-extension-quickstart.md | преди 8 години |
Provides Git information (most recent commit, number of authors) in CodeLens, on-demand inline blame annotations, a blame history explorer, and commands to compare changes with the working tree and/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.