mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
Reverting #3304
This commit is contained in:
@@ -208,7 +208,10 @@ class ConfigureTaskRunnerAction extends Action {
|
||||
options: {
|
||||
forceOpen: true
|
||||
}
|
||||
}, sideBySide);
|
||||
}, sideBySide).then((value) => {
|
||||
this.outputService.showOutput(TaskService.OutputChannel, true);
|
||||
return value;
|
||||
});
|
||||
}, (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."));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user