Refs: #45676
Complexity: 3
Have a compound configuration, which references a preLaunchTask.
Example of a compound configuration can be found here
Verify:
- The compound
preLaunchTask gets executed before the launch configurations get launched
- You can have a compound configuration in the workspace settings file. This compound configuration can reference a task that is defineind in the workspace configuration file.
- In case of a task error, none of the compound configurations are started
Refs: #45676
Complexity: 3
Have a compound configuration, which references a
preLaunchTask.Example of a compound configuration can be found here
Verify:
preLaunchTaskgets executed before the launch configurations get launched