Gorkem Ercan
Gorkem Ercan
@remcohaszing I think this will pass now if you rebase
Are you also planning to contribute `CodeAction` changes?
They are not too far off. Instead of setting up a pod on the cluster and syncing source files. odo sets up the same pod a bit different to sync...
I agree with @kadel. The goal is to be able to support Helm. Helm [operator instructions](https://docs.openshift.com/container-platform/4.6/operators/operator_sdk/osdk-helm.html) is a mile long, we can not expect developers to go through it because...
We probably need a new a concept like `debugTask` on the launch that can delegate the running of the debugged application to a task. /cc @weinand
@ddragosd sure, looking at it
@klcodanr I do not see any namespace support on the mojo. Is that by design? This will require CI systems to do extra steps to deploy to a certain namespace....
This is probably an indication that your default Java runtime is either a JRE instead of JDK or a JDK that does not ship the sources. Can you check your...
The build is failing. We have recently merged a change to enable more checks. Can you please fix them and update the PR.
There is already a [good solution](https://marketplace.visualstudio.com/items?itemName=PascalReitermann93.vscode-yaml-sort) for this on the marketplace. I am not sure if there are any advantages to duplicating that functionality in this extension.