Skip to content

Commit 725d981

Browse files
committed
Revert "Changes default line blame from showing PRs"
This reverts commit 2db3ae4.
1 parent 7b4fc94 commit 725d981

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
99
### Changed
1010

1111
- 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)
12-
- Changes the default of showing PR information in the current line blame annotation to reduce overhead (e.g. GitHub queries)
1312
- Changes [**_Gutter Changes_**](https://github.com/gitkraken/vscode-gitlens#gutter-changes-) file annotations to be theme-aware
1413
- Changes to honor the new(ish) `git.repositoryScanMaxDepth` setting if the `gitlens.advanced.repositorySearchDepth` setting isn't specified
1514

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
},
232232
"gitlens.currentLine.pullRequests.enabled": {
233233
"type": "boolean",
234-
"default": false,
234+
"default": true,
235235
"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)",
236236
"scope": "window",
237237
"order": 20

0 commit comments

Comments
 (0)