vscode-gitlens icon indicating copy to clipboard operation
vscode-gitlens copied to clipboard

autolinks not detected in commit detail view

Open ziofat opened this issue 3 years ago • 0 comments

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: image

But not in commit detail view: image

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

ziofat avatar Sep 19 '22 04:09 ziofat