diff --git a/.vscode/tasks.json b/.vscode/tasks.json index b7ab84e..d61c7b5 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -107,6 +107,17 @@ "panel": "shared" }, "command": "sh ${workspaceRoot}/.vscode/testDirs.sh ${workspaceRoot} ${workspaceFolder}" + }, + { + "type": "shell", + "label": "Build Run Debug", + "presentation": { + "reveal": "never", + "panel": "shared" + }, + "command": "make", + "args": ["RunDebug"], + "dependsOn": ["Build Debug"] } ] -} \ No newline at end of file +}