-
Task
-
Resolution: Done
-
Major
-
3.3.0.GA
-
False
-
None
-
False
-
-
Rejected
-
-
Synced from eclipse/che issue
https://github.com/eclipse/che/issues/21466
Describe the bug
If tasks.json file contains a task of non-che type (e.g. shell), it can't be launched.
Che version
next (development version)
Steps to reproduce
- Start a workspace with the Che-Code editor.
- Run any non-che task defined in the tasks.json file.
Test tasks.json can be created with Terminal > Configure Tasks... > Create tasks.json file from template > maven.
Terminal panel is open, but the task is not run.
Expected behavior
A task should be run in a default (usually tools) container.
Runtime
OpenShift
Screenshots
Installation method
chectl/next
Environment
Linux
Release Notes Text
Tasks included in a tasks.json file of a type other than che were not loaded in a VS Code running in a Che workspace. This has been fixed in this release and tasks.json with tasks of any type are supported and loaded in a Che workspace.