Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TaskRunner Registration is broken #9334

Closed
tsmaeder opened this issue Apr 13, 2021 · 0 comments
Closed

TaskRunner Registration is broken #9334

tsmaeder opened this issue Apr 13, 2021 · 0 comments
Labels
bug bugs found in the application tasks issues related to the task system

Comments

@tsmaeder
Copy link
Contributor

tsmaeder commented Apr 13, 2021

Bug Description:

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:
@RomanNikitenko RomanNikitenko added tasks issues related to the task system bug bugs found in the application labels Apr 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug bugs found in the application tasks issues related to the task system
Projects
None yet
Development

No branches or pull requests

2 participants