소스 검색

Revert "Changes default line blame from showing PRs"

This reverts commit 2db3ae4378.
main
Eric Amodio 2 년 전
부모
커밋
725d981bec
2개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. +0
    -1
      CHANGELOG.md
  2. +1
    -1
      package.json

+ 0
- 1
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

+ 1
- 1
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

불러오는 중...
취소
저장