Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
fix(tasks): revert temporary fixup of task reveal - che-theia/pull/11…
Browse files Browse the repository at this point in the history
…38 (#1199)

Signed-off-by: Vitaliy Gulyy <[email protected]>
  • Loading branch information
vitaliy-guliy authored Aug 25, 2021
1 parent 24f40bb commit 1ad19a3
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -292,9 +292,7 @@ export async function containersTreeTaskLauncherCommandHandler(label: string, co
}
task.definition.target.containerName = containerName;

// temporary executing generic command to fix https://github.com/eclipse/che/issues/19805
// theia.tasks.executeTask(task);
theia.commands.executeCommand('workbench.action.tasks.runTask', label);
theia.tasks.executeTask(task);
return;
}
}
Expand Down

0 comments on commit 1ad19a3

Please sign in to comment.