From f3fcb6b784f272a0ae93eede626bd652a08a1583 Mon Sep 17 00:00:00 2001 From: Dmitry Maylarov Date: Wed, 10 Jul 2019 12:37:37 +0300 Subject: [PATCH] launch uses variable --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index da5f276..c0eeae7 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -7,7 +7,7 @@ "type": "cortex-debug", "cwd": "${workspaceRoot}", "servertype": "openocd", - "executable": "build/uberdevice.elf", + "executable": "build/${workspaceFolderBasename}.elf", "svdFile": "target/STM32F103xx.svd", "configFiles": [ "target/stlink.cfg",