From 0c114b21528b1dd05737e5f33a0e5a5cec97e7c0 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Sun, 13 Jun 2021 03:53:04 -0400 Subject: [PATCH] Adds footnotes (issues/prs) to hovers --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ff5b246..13f7e92 100644 --- a/package.json +++ b/package.json @@ -934,7 +934,7 @@ }, "gitlens.hovers.detailsMarkdownFormat": { "type": "string", - "default": "${avatar}  __${author}__, ${ago}${' via 'pullRequest}   _(${date})_ \n\n${message}\n\n${commands}", + "default": "${avatar}  __${author}__, ${ago}${' via 'pullRequest}   _(${date})_ \n\n${message}\n\n${commands}${\n\n---\n\nfootnotes}", "markdownDescription": "Specifies the format (in markdown) of the _commit details_ hover. See [_Commit Tokens_](https://github.com/eamodio/vscode-gitlens/wiki/Custom-Formatting#commit-tokens) in the GitLens docs", "scope": "window" },