Procházet zdrojové kódy

Adds footnotes (issues/prs) to hovers

main
Eric Amodio před 3 roky
rodič
revize
0c114b2152
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      package.json

+ 1
- 1
package.json Zobrazit soubor

@ -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"
},

Načítá se…
Zrušit
Uložit