Support Devfile commands in Che-Code #21030
Labels
area/editor/vscode
Issues related to the Code OSS editor of Che
kind/task
Internal things, technical debt, and to-do tasks to be performed.
new¬eworthy
For new and/or noteworthy issues that deserve a blog post, new docs, or emphasis in release notes
severity/P1
Has a major impact to usage or development of the system.
Milestone
Is your task related to a problem? Please describe
As a user, I want to be able to run my Devfile commands in Che-Code.
The commands should be visible as the Code's Tasks.
Describe the solution you'd like
Before starting Che-Code, we can parse a flattened Devfile to read the commands and pass them to the
tasks.json
file.Describe alternatives you've considered
No response
Additional context
This issue is a part of the epic #20500
Release Notes Text
Che-Code translates commands described in a Devfile as Visual Studio Code tasks. That makes it easier for developers to run predefined commands from within the IDE.
The text was updated successfully, but these errors were encountered: