From 8fc0f1411f90aa9d355855a9a7592ff3aac3cf24 Mon Sep 17 00:00:00 2001 From: Magpie Embedded Date: Fri, 10 Oct 2025 17:39:23 +0100 Subject: [PATCH] Fix run command for Zephyr projects on Windows --- src/utils/projectGeneration/projectZephyr.mts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/utils/projectGeneration/projectZephyr.mts b/src/utils/projectGeneration/projectZephyr.mts index da8bc3f..c1416d5 100644 --- a/src/utils/projectGeneration/projectZephyr.mts +++ b/src/utils/projectGeneration/projectZephyr.mts @@ -374,6 +374,9 @@ async function generateVSCodeConfig( problemMatcher: [], dependsOrder: "sequence", dependsOn: "Compile Project", + windows: { + command: `"\${command:${extensionName}.${GET_PICOTOOL_PATH}}"`, + }, }, ], };