Don't translate the editor-provided Devfile commands to VS Code Tasks #22098
Labels
area/editor/vscode
Issues related to the Code OSS editor of Che
kind/enhancement
A feature request - must adhere to the feature request template.
severity/P1
Has a major impact to usage or development of the system.
Milestone
Is your enhancement related to a problem? Please describe
I noticed one small side-effect of adding the command of
exec
type in the editor definition:Now, it's listed among all the VS Code Tasks of the
devfile
type:This command is needed just for running the VS Code. It's useless for the user, as a VS Code Task.
Describe the solution you'd like
The solution can be filtering out the
exec
Devfile commands provided by the editor definition.We can filter them by the
controller.devfile.io/imported-by: editor
attribute in the flattened Devfile.Describe alternatives you've considered
No response
Additional context
#21879 (comment)
The text was updated successfully, but these errors were encountered: