From 9c0c07453acad7739a353dd3b58fca0dfc5b2e3f Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Fri, 17 Sep 2021 13:09:34 -0700 Subject: [PATCH] fix debugging --- .vscode/launch.json | 2 +- .vscode/tasks.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 911a105..e62a31f 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -23,7 +23,7 @@ "ignoreFailures": true } ], - "preLaunchTask": "Debug" + "preLaunchTask": "buildSim" } ] } \ No newline at end of file diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 2a51d43..b64d343 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -3,7 +3,7 @@ "tasks": [ { "type": "cppbuild", - "label": "Build simulation", + "label": "buildSim", "command": "g++", "args": [ "-g",