vscode: tell gitlens how to linkifiy our buglinks in commits
Change-Id: I7cc8efa94f75581d30047abf5c401b68741fb2a1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116342 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
This commit is contained in:
parent
57f7b8f86b
commit
447d13023d
1 changed files with 6 additions and 0 deletions
6
.vscode/vs-code-template.code-workspace.in
vendored
6
.vscode/vs-code-template.code-workspace.in
vendored
|
@ -50,6 +50,12 @@
|
|||
"C_Cpp.clang_format_path": "/opt/lo/bin/clang-format",
|
||||
"editor.rulers": [
|
||||
100
|
||||
],
|
||||
"gitlens.autolinks": [
|
||||
{
|
||||
"prefix": "tdf#",
|
||||
"url": "https://bugs.documentfoundation.org/show_bug.cgi?id=<num>"
|
||||
}
|
||||
]
|
||||
},
|
||||
"tasks": {
|
||||
|
|
Loading…
Reference in a new issue