Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

30 linhas
890 B

  1. # GitLens
  2. Provides Git blame (and history eventually) CodeLens for many supported Visual Studio Code languages (in theory -- the language must support symbol searching).
  3. ## Features
  4. Provides CodeLens with the author and date of the last check-in.
  5. > ![CodeLens](https://raw.githubusercontent.com/eamodio/vscode-git-codelens/master/images/preview-codelens.png)
  6. 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.
  7. > ![Blame Explorer](https://raw.githubusercontent.com/eamodio/vscode-git-codelens/master/images/preview-blame.png)
  8. ## Requirements
  9. Must be using Git and it must be in your path.
  10. ## Extension Settings
  11. None yet.
  12. ## Known Issues
  13. Too many to count -- this is still very much a work in progress.
  14. ## Release Notes
  15. ### 0.0.1
  16. Initial release but still heavily a work in progress.