提交 83830501 编写于 作者: I isidor

debug: report error for postDebugTask

fixes #46659
上级 c902a34c
......@@ -1144,7 +1144,9 @@ export class DebugService implements debug.IDebugService {
process.inactive = true;
this._onDidEndProcess.fire(process);
if (process.configuration.postDebugTask) {
this.runTask(process.getId(), process.session.root, process.configuration.postDebugTask);
this.runTask(process.getId(), process.session.root, process.configuration.postDebugTask).done(undefined, err =>
this.notificationService.error(err)
);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册