Improve way of merging tasks configurations #13754
Labels
area/editor/theia
Issues related to the che-theia IDE of Che
kind/enhancement
A feature request - must adhere to the feature request template.
Description
We support export configurations from devfile in a launch.json and tasks.json files.
The current implementation allows to merge existed configurations from config file and configs from devfile. Configurations from devfile have higher priority than existed configs in config file.
If you already have configs in launch.json file, for example, the configs with the same label will be replaced by configs from devfile.
So, at the moment it's expected that user should edit label/name of a configuration, which he customized.
We can improve the mechanism of merging by adding prefix for configs with the same label/name, but with different content.
The text was updated successfully, but these errors were encountered: