We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 857aa55 commit 6964bfbCopy full SHA for 6964bfb
src/espIdf/openOcd/boardConfiguration.ts
@@ -176,7 +176,8 @@ export async function selectOpenOcdConfigFiles(
176
await writeParameter(
177
"idf.openOcdConfigs",
178
selectedBoard.target.configFiles,
179
- ConfigurationTarget.WorkspaceFolder
+ ConfigurationTarget.WorkspaceFolder,
180
+ workspaceFolder
181
);
182
Logger.infoNotify(
183
l10n.t("OpenOCD Board configuration files are updated.")
0 commit comments