- VSCode Version: 1.61.2
- OS Version: Windows 10 19043
Steps to Reproduce:
- Add
${pullRequest} to gitlens.views.formats.commits.label or gitlens.views.formats.commits.description. The settings UI offers ${pullRequest} as a variable to add.
- observe how the commit pane does refresh, but its contents do not change
Hovering over a commit does make the PR link appear. In that case, the logs shows a couple getPullRequestForCommit entries. Adding ${pullRequest} to the commit description template does not make getPullRequestForCommit appear in the log.
