Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
Eric Amodio 47ce5c5132 Adds author count + leader CodeLens il y a 8 ans
.vscode Adds full blame UI support 删除 il y a 8 ans
images Prepare for initial preview release 删除 il y a 8 ans
src Adds author count + leader CodeLens 删除 il y a 8 ans
test Initial commit -- very basic blame support 删除 il y a 8 ans
typings Renamed to GitLens 删除 il y a 8 ans
.gitignore Initial commit -- very basic blame support il y a 8 ans
.vscodeignore Initial commit -- very basic blame support il y a 8 ans
LICENSE Initial commit -- very basic blame support il y a 8 ans
README.md Renamed to GitLens il y a 8 ans
package.json Adds author count + leader CodeLens il y a 8 ans
tsconfig.json Initial commit -- very basic blame support il y a 8 ans
typings.json Renamed to GitLens il y a 8 ans
vsc-extension-quickstart.md Initial commit -- very basic blame support il y a 8 ans

README.md

GitLens

Provides Git blame (and history eventually) CodeLens for many supported Visual Studio Code languages (in theory -- the language must support symbol searching).

Features

Provides CodeLens with the author and date of the last check-in.

CodeLens

Clicking on a CodeLens opens a blame "explorer" with the commits and changed lines in the right pane and the commit (file) contents on the left.

Blame Explorer

Requirements

Must be using Git and it must be in your path.

Extension Settings

None yet.

Known Issues

Too many to count -- this is still very much a work in progress.

Release Notes

0.0.1

Initial release but still heavily a work in progress.