Follow up for https://issues.redhat.com/browse/FUSETOOLS2-2424 and https://issues.redhat.com/browse/FUSETOOLS2-2462
First iteration:
- Create a camel route
- Create a Camel Quarkus project
- Place breakpoint
- Use provided launch config to start with Camel debug
- Check breakpoint is hit
Second iteration:
- Stop
- Create component
- Modify devfile and whatever else is needed
- Start on OpenShift
- check breakpoint is hit
example how the cluster can be set up using gh actions:
https://github.com/redhat-developer/vscode-openshift-tools/blob/main/.github/workflows/continuous-integration-workflow.yml#L51
transferred from https://issues.redhat.com/browse/FUSETOOLS2-2493