Browse Source

Changes default line blame from showing PRs

Refs: #1869
main
Eric Amodio 2 years ago
parent
commit
2db3ae4378
2 changed files with 5 additions and 1 deletions
  1. +4
    -0
      CHANGELOG.md
  2. +1
    -1
      package.json

+ 4
- 0
CHANGELOG.md View File

@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
## [Unreleased]
### Changed
- Changes the default of showing PR information in the current line blame annotation to reduce overhead (e.g. GitHub queries)
### Fixed
- Fixes [#1898](https://github.com/gitkraken/vscode-gitlens/issues/1898) - Hovers display old Gravatar

+ 1
- 1
package.json View File

@ -231,7 +231,7 @@
},
"gitlens.currentLine.pullRequests.enabled": {
"type": "boolean",
"default": true,
"default": false,
"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

Loading…
Cancel
Save