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
@@ -615,11 +630,12 @@ export class DebugConfigurationProvider implements vscode.DebugConfigurationProv
615
630
returntrue;
616
631
}
617
632
618
-
if(util.hasMsvcEnvironment()){
633
+
if(util.hasMsvcEnvironment()&&awaitcanFindCl()){
619
634
returnfalse;
620
635
}
621
-
voidvscode.window.showErrorMessage(
622
-
localize('dev.env.not.applied','The source code could not be built because the Visual Studio developer environment was not applied.'));
636
+
constnotAppliedMessage=localize("dev.env.not.applied","The source code could not be built because the Visual Studio developer environment was not applied.");
637
+
constnotFoundMessage=localize("dev.env.not.found","The source code could not be built because the Visual C++ compiler could not be found.");
0 commit comments