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:
Christian Lohmaier 2021-05-28 15:23:27 +02:00
parent 57f7b8f86b
commit 447d13023d

View file

@ -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": {