소스 검색

Updates message length & makes message first

main
Eric Amodio 5 년 전
부모
커밋
660e6303e2
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      package.json

+ 2
- 2
package.json 파일 보기

@ -116,7 +116,7 @@
},
"gitlens.blame.format": {
"type": "string",
"default": "${message|40?} ${agoOrDate|14-}",
"default": "${message|50?} ${agoOrDate|14-}",
"markdownDescription": "Specifies the format of the gutter blame annotations. See [_Commit Tokens_](https://github.com/eamodio/vscode-gitlens/wiki/Custom-Formatting#commit-tokens) in the GitLens docs. Date formatting is controlled by the `#gitlens.blame.dateFormat#` setting",
"scope": "window"
},
@ -457,7 +457,7 @@
},
"gitlens.currentLine.format": {
"type": "string",
"default": "${author}${\" via \"pullRequest}, ${agoOrDate}${ • message}",
"default": "${message|50? • }${author}${\" via \"pullRequest}, ${agoOrDate}",
"markdownDescription": "Specifies the format of the current line blame annotation. See [_Commit Tokens_](https://github.com/eamodio/vscode-gitlens/wiki/Custom-Formatting#commit-tokens) in the GitLens docs. Date formatting is controlled by the `#gitlens.currentLine.dateFormat#` setting",
"scope": "window"
},

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