From 447d13023dcba333d34aba315e9093d1c82b8912 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Fri, 28 May 2021 15:23:27 +0200 Subject: 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 --- .vscode/vs-code-template.code-workspace.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.vscode') 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=" + } ] }, "tasks": { -- cgit