We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41ad7e9 commit 61f3ba5Copy full SHA for 61f3ba5
src/frontend/configprovider.ts
@@ -195,6 +195,7 @@ export class CortexDebugConfigurationProvider implements vscode.DebugConfigurati
195
// Special case to auto-resolve GCC toolchain for STM32CubeIDE users
196
if (!config.armToolchainPath && config.servertype === 'stlink') {
197
config.armToolchainPath = STLinkServerController.getArmToolchainPath();
198
+ config.toolchainPath = config.armToolchainPath;
199
}
200
201
0 commit comments