Browse Source

Switches footnotes to be above the command bar

main
Eric Amodio 3 years ago
parent
commit
bd508e3c88
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package.json

+ 1
- 1
package.json View File

@ -661,7 +661,7 @@
},
"gitlens.hovers.detailsMarkdownFormat": {
"type": "string",
"default": "Misplaced &{author}__, ago{' via 'pullRequest}   _(date)\n\n{message}\n\n${commands}${\n\n---\n\nfootnotes}",
"default": "Misplaced &{author}__, ago{' via 'pullRequest}   _(date)\n\n{message}${\n\n---\n\nfootnotes}\n\n${commands}",
"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",
"order": 60

||||||
x
 
000:0
Loading…
Cancel
Save