From a81b84f7b1e2cec9e9f20a0a7d2084b4d50335cc Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Thu, 3 May 2018 01:48:19 -0400 Subject: [PATCH] =?UTF-8?q?Moves=20GitLens=20to=20the=20scm=20activity=20?= =?UTF-8?q?=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + package.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff22068..24bf30b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p - Adds an icon for the *Compare File with Next Revision* command (`gitlens.diffWithNext`) and moves it into the editor toolbar ### Changed +- Moves the *GitLens* explorer, *GitLens History* explorer, and *GitLens Results* explorer under the Source Control activity (in the sidebar) 🎉 — closes [#213](https://github.com/eamodio/vscode-gitlens/issues/213) - Renames *Compare Line Revision with Previous* command (`gitlens.diffLineWithPrevious`) to *Compare Commit with Previous* for consistency with other commands - Renames *Compare Line Revision with Working File* command (`gitlens.diffLineWithWorking`) to *Compare Commit with Working File* for consistency with other commands - Renames *Show Commit File Details* command (`gitlens.showQuickCommitFileDetails`) to *Show Commit Details* for consistency with other commands diff --git a/package.json b/package.json index 708f1aa..9004514 100644 --- a/package.json +++ b/package.json @@ -493,7 +493,7 @@ }, "gitlens.historyExplorer.enabled": { "type": "boolean", - "default": false, + "default": true, "description": "Specifies whether to show the current file history undocked in a `GitLens History` explorer", "scope": "window" }, @@ -2961,7 +2961,7 @@ } ], "views": { - "explorer": [ + "scm": [ { "id": "gitlens.gitExplorer", "name": "GitLens",