From 660e6303e2b98c1699e502abe28e44b8981eb5b1 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Sat, 30 Nov 2019 01:15:11 -0500 Subject: [PATCH] Updates message length & makes message first --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 194be66..79dacec 100644 --- a/package.json +++ b/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" },