Skip to content

Commit

Permalink
Enable auto-linking of JIRAs in GitLens hovers.
Browse files Browse the repository at this point in the history
  • Loading branch information
alantreadway committed Nov 15, 2024
1 parent 7bcb2de commit 8fac02d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,10 @@
"eslint.workingDirectories": [{ "mode": "auto" }],
"prettier.ignorePath": ".prettierignore.local",
"typescript.tsdk": "node_modules/typescript/lib",
"jestrunner.jestCommand": "node --expose-gc 'node_modules/.bin/jest'"
"jestrunner.jestCommand": "node --expose-gc 'node_modules/.bin/jest'",
"gitlens.autolinks": [
{ "prefix": "AG-", "url": "https://ag-grid.atlassian.net/browse/AG-<num>" },
{ "prefix": "CRT-", "url": "https://ag-grid.atlassian.net/browse/CRT-<num>" },
{ "prefix": "RTI-", "url": "https://ag-grid.atlassian.net/browse/RTI-<num>" }
]
}

0 comments on commit 8fac02d

Please sign in to comment.