mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-13 03:28:35 -05:00
Fixes truncated title on marketplace
Removes preview flag
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# GitLens
|
# GitLens
|
||||||
|
|
||||||
Provides Git information (most recent commit, # of authors) in CodeLens, on-demand inline blame annotations, status bar blame information, a file and blame history explorer, and commands to compare changes with the working tree or previous versions.
|
Provides Git CodeLens information (most recent commit, # of authors), on-demand inline blame annotations, status bar blame information, file and blame history explorers, and commands to compare changes with the working tree or previous versions.
|
||||||
|
|
||||||
---
|
---
|
||||||
## Features
|
## Features
|
||||||
@@ -25,7 +25,7 @@ Provides Git information (most recent commit, # of authors) in CodeLens, on-dema
|
|||||||
---
|
---
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
Must be using Git and it must be in your path.
|
Must be using Git.
|
||||||
|
|
||||||
---
|
---
|
||||||
## Extension Settings
|
## Extension Settings
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "gitlens",
|
"name": "gitlens",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Eric Amodio",
|
"name": "Eric Amodio",
|
||||||
"email": "eamodio@gmail.com"
|
"email": "eamodio@gmail.com"
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
},
|
},
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"displayName": "GitLens",
|
"displayName": "GitLens",
|
||||||
"description": "Provides Git information (most recent commit, # of authors) in CodeLens, on-demand inline blame annotations, a file and blame history explorer, and commands to compare changes w/ the working tree or previous versions",
|
"description": "Provides Git CodeLens information (most recent commit, # of authors), on-demand inline blame annotations, status bar blame information, file & blame history explorers, and commands to compare changes",
|
||||||
"categories": [
|
"categories": [
|
||||||
"Other"
|
"Other"
|
||||||
],
|
],
|
||||||
@@ -27,7 +27,7 @@
|
|||||||
"theme": "dark"
|
"theme": "dark"
|
||||||
},
|
},
|
||||||
"icon": "images/gitlens-icon.png",
|
"icon": "images/gitlens-icon.png",
|
||||||
"preview": true,
|
"preview": false,
|
||||||
"homepage": "https://github.com/eamodio/vscode-gitlens/blob/master/README.md",
|
"homepage": "https://github.com/eamodio/vscode-gitlens/blob/master/README.md",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/eamodio/vscode-gitlens/issues"
|
"url": "https://github.com/eamodio/vscode-gitlens/issues"
|
||||||
|
|||||||
Reference in New Issue
Block a user