Procházet zdrojové kódy

Better marketplace presence

main
Eric Amodio před 8 roky
rodič
revize
b617a90c5b
3 změnil soubory, kde provedl 9 přidání a 7 odebrání
  1. +1
    -1
      README.md
  2. binární
      images/gitlens-icon.png
  3. +8
    -6
      package.json

+ 1
- 1
README.md Zobrazit soubor

@ -1,6 +1,6 @@
# GitLens
Provides Git blame and blame history CodeLens for many supported Visual Studio Code languages (in theory -- the language must support symbol searching).
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.
## Features

binární
images/gitlens-icon.png Zobrazit soubor

Před Za
Šířka: 383  |  Výška: 383  |  Velikost: 2.3 KiB

+ 8
- 6
package.json Zobrazit soubor

@ -1,6 +1,6 @@
{
"name": "gitlens",
"version": "0.1.1",
"version": "0.1.2",
"author": "Eric Amodio",
"publisher": "eamodio",
"engines": {
@ -8,19 +8,21 @@
},
"license": "SEE LICENSE IN LICENSE",
"displayName": "GitLens",
"description": "Provides Git information in CodeLens",
"description": "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",
"categories": [
"Other"
],
"keywords": [
"git", "blame", "history", "log", "codelens"
"git", "blame", "gitblame", "log", "gitlog", "history", "codelens", "annotation"
],
"galleryBanner": {
"color": "#0000FF",
"theme": "dark"
"color": "#f0efe7",
"theme": "light"
},
"icon": "images/gitlens-icon.png",
"preview": false,
"bugs": {
"homepage": "https://github.com/eamodio/vscode-gitlens/blob/master/README.md",
"bugs": {
"url": "https://github.com/eamodio/vscode-gitlens/issues"
},
"repository": {

Načítá se…
Zrušit
Uložit