Generates clickable links above matching string patterns.
yarn
yarn global add vsce
vsce package
Use command: Extensions: Install from VSIX...
{
"issueLinkifier.entries": {
"my-company": {
"pattern": "MY-COMPANY-[0-9]+",
"url": "https://my-company.com/jira/browse/"
},
...
}
}