This commit is contained in:
Philippe Teuwen
2020-10-20 13:16:10 +02:00
parent 398da9eb0b
commit 874c673604
2 changed files with 10 additions and 13 deletions

2
.vscode/launch.json vendored
View File

@@ -37,7 +37,7 @@
"ignoreFailures": true
}
],
"preLaunchTask": "Debug: clean & make client",
"preLaunchTask": "client: Debug: clean & make",
"miDebuggerPath": "/usr/bin/gdb"
}
],