Adaptation for tasks is required #14098
Labels
area/editor/theia
Issues related to the che-theia IDE of Che
kind/bug
Outline of a bug - must adhere to the bug report template.
severity/P1
Has a major impact to usage or development of the system.
Milestone
The bug is relevant for eclipse/che-theia:next, so for master branch assembly.
Describe the bug
After alignment theia tasks with vs code behavior we need some adaptation on our side.
I still can run che tasks, but at least:
Terminal
->Run Task
menu action is triggered only on second clickPlease see the video: https://youtu.be/DXe_R-ubxa8
I tested it on theia side and it works well.
Looks like some changes for task definitions are required on our side.
Che version
Steps to reproduce
You can see that for
detected
tasks thetype
of the task is used, notsource
(for example,shell
instead ofnpm
)detected
task - click oncog
icon - the configuration should be copied totasks.json
file, but nothing is happen.Expected behavior
detected
taskssource
field is used for displaying ofdetected
tasksTerminal
->Run Task
menu action is triggered on first clickRuntime
kubectl version
)oc version
)minishift version
andoc version
)docker version
andkubectl version
)Screenshots
Actual displaying
Expected displaying
Installation method
Environment
Additional context
The text was updated successfully, but these errors were encountered: