Skip to content

Commit 61f3ba5

Browse files
committed
set toolchainPath properly for stlink
1 parent 41ad7e9 commit 61f3ba5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/frontend/configprovider.ts

+1
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ export class CortexDebugConfigurationProvider implements vscode.DebugConfigurati
195195
// Special case to auto-resolve GCC toolchain for STM32CubeIDE users
196196
if (!config.armToolchainPath && config.servertype === 'stlink') {
197197
config.armToolchainPath = STLinkServerController.getArmToolchainPath();
198+
config.toolchainPath = config.armToolchainPath;
198199
}
199200
}
200201

0 commit comments

Comments
 (0)