[Libreoffice-commits] core.git: .vscode/vs-code-template.code-workspace.in
Christian Lohmaier (via logerrit)
logerrit at kemper.freedesktop.org
Mon May 31 11:32:07 UTC 2021
.vscode/vs-code-template.code-workspace.in | 6 ++++++
1 file changed, 6 insertions(+)
New commits:
commit 447d13023dcba333d34aba315e9093d1c82b8912
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
AuthorDate: Fri May 28 15:23:27 2021 +0200
Commit: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
CommitDate: Mon May 31 13:31:27 2021 +0200
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 at googlemail.com>
diff --git a/.vscode/vs-code-template.code-workspace.in b/.vscode/vs-code-template.code-workspace.in
index 5839525df7be..4f5d25cc3899 100644
--- a/.vscode/vs-code-template.code-workspace.in
+++ b/.vscode/vs-code-template.code-workspace.in
@@ -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": {
More information about the Libreoffice-commits
mailing list