From 60b464ca22acd67f4a03e9f609c76fa2397549b5 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Sat, 12 Nov 2016 16:55:39 -0500 Subject: [PATCH] Fixes truncated title on marketplace Removes preview flag --- README.md | 4 ++-- package.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ed14885..124108f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 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 @@ -25,7 +25,7 @@ Provides Git information (most recent commit, # of authors) in CodeLens, on-dema --- ## Requirements -Must be using Git and it must be in your path. +Must be using Git. --- ## Extension Settings diff --git a/package.json b/package.json index 5f64ebe..9c61513 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "1.0.0", + "version": "1.0.1", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com" @@ -11,7 +11,7 @@ }, "license": "SEE LICENSE IN LICENSE", "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": [ "Other" ], @@ -27,7 +27,7 @@ "theme": "dark" }, "icon": "images/gitlens-icon.png", - "preview": true, + "preview": false, "homepage": "https://github.com/eamodio/vscode-gitlens/blob/master/README.md", "bugs": { "url": "https://github.com/eamodio/vscode-gitlens/issues"