Skip to content

Commit 6c97412

Browse files
committed
telemetry for build and debug
1 parent f2b66ad commit 6c97412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/src/Debugger/configurationProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ export class DebugConfigurationProvider implements vscode.DebugConfigurationProv
598598
cancel);
599599
if (response === applyDevEnv) {
600600
try {
601-
await vscode.commands.executeCommand('C_Cpp.SetDevEnvironment');
601+
await vscode.commands.executeCommand('C_Cpp.SetDevEnvironment', 'buildAndDebug');
602602
} catch {
603603
// Ignore the error, the user will be prompted to apply the environment manually.
604604
}

0 commit comments

Comments
 (0)