You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1582,14 +1582,14 @@
1582
1582
},
1583
1583
"gitlens.views.formats.commits.tooltip": {
1584
1584
"type": "string",
1585
-
"default": "${avatar}  __${author}__  $(history) ${ago} _(${date})_ \\\n${link}${' via 'pullRequest}${'  •  'changesDetail} ${message}${\n\n---\n\nfootnotes}\n\n${tips}",
1585
+
"default": "${avatar}  __${author}__  $(history) ${ago} _(${date})_ \\\n${link}${' via 'pullRequest}${'  'changesDetail} ${message}${\n\n---\n\nfootnotes}\n\n${tips}",
1586
1586
"markdownDescription": "Specifies the tooltip format (in markdown) of commits in the views. See [_Commit Tokens_](https://github.com/eamodio/vscode-gitlens/wiki/Custom-Formatting#commit-tokens) in the GitLens docs",
"default": "${avatar}  __${author}__  $(history) ${ago} _(${date})_ \\\n${link}${' via 'pullRequest}  •  {{slot-status}}${'  •  'changesDetail} ${message}${\n\n---\n\nfootnotes}\n\n${tips}",
1592
+
"default": "${avatar}  __${author}__  $(history) ${ago} _(${date})_ \\\n${link}${' via 'pullRequest}  •  {{slot-status}} ${message}${\n\n---\n\nfootnotes}\n\n${tips}",
1593
1593
"markdownDescription": "Specifies the tooltip format (in markdown) of \"file\" commits in the views. See [_Commit Tokens_](https://github.com/eamodio/vscode-gitlens/wiki/Custom-Formatting#commit-tokens) in the GitLens docs",
1594
1594
"scope": "window",
1595
1595
"order": 32
@@ -1624,7 +1624,7 @@
1624
1624
},
1625
1625
"gitlens.views.formats.stashes.tooltip": {
1626
1626
"type": "string",
1627
-
"default": "${link}${' on `'stashOnRef`}${'  •  'changesDetail} \\\n  $(history) ${ago} _(${date})_ ${message}${\n\n---\n\nfootnotes}",
1627
+
"default": "${link}${' on `'stashOnRef`}${'  'changesDetail} \\\n  $(history) ${ago} _(${date})_ ${message}${\n\n---\n\nfootnotes}",
1628
1628
"markdownDescription": "Specifies the tooltip format (in markdown) of stashes in the views. See [_Commit Tokens_](https://github.com/eamodio/vscode-gitlens/wiki/Custom-Formatting#commit-tokens) in the GitLens docs",
0 commit comments