Skip to content

Commit 8fc0f14

Browse files
author
Magpie Embedded
committed
Fix run command for Zephyr projects on Windows
1 parent cec99da commit 8fc0f14

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/utils/projectGeneration/projectZephyr.mts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,9 @@ async function generateVSCodeConfig(
374374
problemMatcher: [],
375375
dependsOrder: "sequence",
376376
dependsOn: "Compile Project",
377+
windows: {
378+
command: `"\${command:${extensionName}.${GET_PICOTOOL_PATH}}"`,
379+
},
377380
},
378381
],
379382
};

0 commit comments

Comments
 (0)