vscode-gitlens
vscode-gitlens copied to clipboard
autolinks not detected in commit detail view
Description
I have config like this:
"gitlens.autolinks": [
{
"prefix": "!",
"url": "https://git.my-company.com/project/merge_requests/<num>",
"title": "Merge Request !<num>"
},
{
"prefix": "#",
"url": "https://git.my-company.com/project/issues/<num>",
"title": "Issue #<num>"
},
]
And the links can be detected in hover view:

But not in commit detail view:

GitLens Version
12.2.2
VS Code Version
Version: 1.71.0 Commit: 784b0177c56c607789f9638da7b6bf3230d47a8c Date: 2022-09-01T07:25:38.437Z (2 wks ago) Electron: 19.0.12 Chromium: 102.0.5005.167 Node.js: 16.14.2 V8: 10.2.154.15-electron.0 OS: Darwin x64 21.6.0 Sandboxed: No
Git Version
git version 2.24.3 (Apple Git-128)
Logs, Screenshots, Screen Captures, etc
No response