提交 415c22d2 编写于 作者: I isidor

fixes #89566

上级 67dd7855
......@@ -56,7 +56,8 @@ export class DebugTaskRunner {
try {
this.canceled = false;
const taskSummary = await this.runTask(root, taskId);
if (this.canceled) {
if (this.canceled || (taskSummary && taskSummary.exitCode === undefined)) {
// User canceled, either debugging, or the prelaunch task
return TaskRunResult.Failure;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册