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
vscode.window.showErrorMessage(localize("cl.exe.not.available","{0} build and debug is only usable when VS Code is run from the Developer Command Prompt for VS.","cl.exe"));
vscode.window.showErrorMessage(localize("cl.exe.not.available","{0} build and debug is only usable when VS Code is run from the Developer Command Prompt for VS.","cl.exe"));
400
+
returntrue;
404
401
}
405
-
thrownewError("Config is not a cl.exe config.");
402
+
returnfalse;
406
403
}
407
404
408
405
privategetLLDBFrameworkPath(): string|undefined{
@@ -578,7 +575,7 @@ export class DebugConfigurationProvider implements vscode.DebugConfigurationProv
"description": localize("remote.attach.bash.windows","Attach to a remote process running in Bash on Windows using {0}.",this.MIMode).replace(/\"/g,"\\\""),
0 commit comments