From 20bb100c0e9804a8269bda557cdacdd98f47c7af Mon Sep 17 00:00:00 2001 From: Antti Riikonen Date: Fri, 13 Oct 2023 17:37:37 +0000 Subject: [PATCH] add launch configuration --- .vscode/settings.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index e2c7711f27060..20bd09ea82c04 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,13 @@ { "C_Cpp.default.configurationProvider": "ms-vscode.makefile-tools", + "makefile.launchConfigurations": [ + { + "cwd": "${workspaceRoot}", + "binaryPath": "${workspaceRoot}/${buildTarget}", + "binaryArgs": [], + "stopAtEntry": true + } + ], "makefile.configurations": [ { "name" : "Linux - X64 - Tiles/Sound - Release",