summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2021-12-23 17:28:59 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2022-01-17 15:06:32 +0100
commit503f10205559673185150110c2d2a2faacab1fcb (patch)
treec2ab0674f23f8f0a8b5ec3e2955277a1a6dc3778 /.vscode
parentaede2a0234f3d62d4bb89e0f638b7bb1304d9163 (diff)
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+LibreOffice@googlemail.com>
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/vs-code-template.code-workspace.in4
1 files changed, 2 insertions, 2 deletions
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",