You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -606,7 +609,7 @@ export class DebugConfigurationProvider implements vscode.DebugConfigurationProv
606
609
// Ignore the error, the user will be prompted to apply the environment manually.
607
610
}
608
611
}
609
-
if(response===cancel){
612
+
if(response===cancel||response===undefined){
610
613
// A message was already shown, so exit early noting that the environment is not available. We don't need to show another error message.
611
614
returntrue;
612
615
}
@@ -615,7 +618,7 @@ export class DebugConfigurationProvider implements vscode.DebugConfigurationProv
615
618
returnfalse;
616
619
}
617
620
voidvscode.window.showErrorMessage(
618
-
localize('dev.env.not.applied','The Visual Studio Developer Environment was not applied. Please try again or run VS Code from the Developer Command Prompt for VS.'));
621
+
localize('dev.env.not.applied','The source code could not be built because the Visual Studio Developer Environment was not applied.'));
0 commit comments