提交 11cea1b1 编写于 作者: I isidor

tasks: configure task runner action should not open output

fixes #3304
上级 37f7ae04
......@@ -208,10 +208,7 @@ class ConfigureTaskRunnerAction extends Action {
options: {
forceOpen: true
}
}, sideBySide).then((value) => {
this.outputService.showOutput(TaskService.OutputChannel, true);
return value;
});
}, sideBySide);
}, (error) => {
throw new Error(nls.localize('ConfigureTaskRunnerAction.failed', "Unable to create the 'tasks.json' file inside the '.vscode' folder. Consult the task output for details."));
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册