.vscode/vs-code-template.code-workspace.in |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit 447d13023dcba333d34aba315e9093d1c82b8912
Author:     Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
AuthorDate: Fri May 28 15:23:27 2021 +0200
Commit:     Christian Lohmaier <lohmaier+libreoff...@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+libreoff...@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": {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to