This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Changes default line blame from showing PRs
Refs:
#1869
main
Eric Amodio
2 years ago
parent
77e3d8f408
commit
2db3ae4378
2 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
CHANGELOG.md
+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"
:
tru
e
,
"default"
:
fals
e
,
"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
Write
Preview
Loading…
Cancel
Save