You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Eclipse Che, we register our own TaskRunner for our che task type. This mechanism seems to have been broken by #9189 (comment): Since the che come in through a tasks.json file and not the plugin API, the "taskType" field in the TaskConfiguration never gets populated and we end up with the default TaskRunner instead of our own runner. This fails, obviously (totally different execution is needed).
Steps to Reproduce:
t.b.d
Additional Information
Operating System:
Theia Version:
The text was updated successfully, but these errors were encountered:
Bug Description:
In Eclipse Che, we register our own
TaskRunner
for ourche
task type. This mechanism seems to have been broken by #9189 (comment): Since the che come in through a tasks.json file and not the plugin API, the "taskType" field in theTaskConfiguration
never gets populated and we end up with the defaultTaskRunner
instead of our own runner. This fails, obviously (totally different execution is needed).Steps to Reproduce:
t.b.d
Additional Information
The text was updated successfully, but these errors were encountered: