From 725d981becfeef8b6331fb82be9f45a96c51587f Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Thu, 17 Mar 2022 16:01:12 -0400 Subject: [PATCH] Revert "Changes default line blame from showing PRs" This reverts commit 2db3ae4378ec3eaed880dbfc643c38e873536cb3. --- CHANGELOG.md | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3587f99..b21e22e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ### Changed - Changes the current line blame hover to show at the cursor, rather than the start of the line, when showing the hover over the whole line (e.g. line & annotation) -- Changes the default of showing PR information in the current line blame annotation to reduce overhead (e.g. GitHub queries) - Changes [**_Gutter Changes_**](https://github.com/gitkraken/vscode-gitlens#gutter-changes-) file annotations to be theme-aware - Changes to honor the new(ish) `git.repositoryScanMaxDepth` setting if the `gitlens.advanced.repositorySearchDepth` setting isn't specified diff --git a/package.json b/package.json index 04421d5..67a76e2 100644 --- a/package.json +++ b/package.json @@ -231,7 +231,7 @@ }, "gitlens.currentLine.pullRequests.enabled": { "type": "boolean", - "default": false, + "default": true, "markdownDescription": "Specifies whether to provide information about the Pull Request (if any) that introduced the commit in the current line blame annotation. Requires a connection to a supported remote service (e.g. GitHub)", "scope": "window", "order": 20