.vscode/vs-code-template.code-workspace.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 503f10205559673185150110c2d2a2faacab1fcb Author: Mike Kaganski <mike.kagan...@collabora.com> AuthorDate: Thu Dec 23 17:28:59 2021 +0300 Commit: Mike Kaganski <mike.kagan...@collabora.com> CommitDate: Mon Jan 17 15:06:32 2022 +0100 vscode-ide-integration: use gdb from $PATH by default Change-Id: I6f69439465b2968c5ab3900dbb9d5591c1c1f800 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127360 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 33d8f5e0b8e2..479bff58035e 100644 --- a/.vscode/vs-code-template.code-workspace.in +++ b/.vscode/vs-code-template.code-workspace.in @@ -157,7 +157,7 @@ }, ], "linux": { - "miDebuggerPath": "/usr/libexec/gdb" + "miDebuggerPath": "gdb" }, "osx": { "program": "@INSTROOT@/MacOS/soffice", @@ -212,7 +212,7 @@ }, ], "linux": { - "miDebuggerPath": "/usr/libexec/gdb" + "miDebuggerPath": "gdb" }, "osx": { "program": "@INSTROOT@/MacOS/soffice",