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",