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
this.messageService.show(severity.Info,nls.localize('NewLaunchConfig',"Please set up the launch configuration file for your application."));
502
-
}
503
-
});
504
-
}
505
-
506
-
configuration.noDebug=noDebug;
507
-
if(!this.configurationManager.adapter){
508
-
returnconfiguration.type ? TPromise.wrapError(newError(nls.localize('debugTypeNotSupported',"Configured debug type '{0}' is not supported.",configuration.type)))
509
-
: TPromise.wrapError(errors.create(nls.localize('debugTypeMissing',"Missing property 'type' for the selected configuration in launch.json."),
message: errorCount>1 ? nls.localize('preLaunchTaskErrors',"Build errors have been detected during preLaunchTask '{0}'.",configuration.preLaunchTask) :
523
-
errorCount===1 ? nls.localize('preLaunchTaskError',"Build error has been detected during preLaunchTask '{0}'.",configuration.preLaunchTask) :
524
-
nls.localize('preLaunchTaskExitCode',"The preLaunchTask '{0}' terminated with exit code {1}.",configuration.preLaunchTask,taskSummary.exitCode),
this.messageService.show(severity.Info,nls.localize('NewLaunchConfig',"Please set up the launch configuration file for your application."));
503
+
}
504
+
});
505
+
}
506
+
507
+
configuration.noDebug=noDebug;
508
+
if(!this.configurationManager.adapter){
509
+
returnconfiguration.type ? TPromise.wrapError(newError(nls.localize('debugTypeNotSupported',"Configured debug type '{0}' is not supported.",configuration.type)))
510
+
: TPromise.wrapError(errors.create(nls.localize('debugTypeMissing',"Missing property 'type' for the selected configuration in launch.json."),
message: errorCount>1 ? nls.localize('preLaunchTaskErrors',"Build errors have been detected during preLaunchTask '{0}'.",configuration.preLaunchTask) :
524
+
errorCount===1 ? nls.localize('preLaunchTaskError',"Build error has been detected during preLaunchTask '{0}'.",configuration.preLaunchTask) :
525
+
nls.localize('preLaunchTaskExitCode',"The preLaunchTask '{0}' terminated with exit code {1}.",configuration.preLaunchTask,taskSummary.exitCode),
0 commit comments