Skip to content

Commit 33de67a

Browse files
committed
fix giving workspace folder to save openOCD configs
1 parent 80822ac commit 33de67a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/espIdf/openOcd/boardConfiguration.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,8 @@ export async function selectOpenOcdConfigFiles(
176176
await writeParameter(
177177
"idf.openOcdConfigs",
178178
selectedBoard.target.configFiles,
179-
ConfigurationTarget.WorkspaceFolder
179+
ConfigurationTarget.WorkspaceFolder,
180+
workspaceFolder
180181
);
181182
Logger.infoNotify(
182183
l10n.t("OpenOCD Board configuration files are updated.")

0 commit comments

Comments
 (0)