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 f2b66ad commit 6c97412Copy full SHA for 6c97412
Extension/src/Debugger/configurationProvider.ts
@@ -598,7 +598,7 @@ export class DebugConfigurationProvider implements vscode.DebugConfigurationProv
598
cancel);
599
if (response === applyDevEnv) {
600
try {
601
- await vscode.commands.executeCommand('C_Cpp.SetDevEnvironment');
+ await vscode.commands.executeCommand('C_Cpp.SetDevEnvironment', 'buildAndDebug');
602
} catch {
603
// Ignore the error, the user will be prompted to apply the environment manually.
604
}
0 commit comments