This code breaks the workflow when we need to push a nodejs devfile to a cluster. https://github.com/redhat-developer/vscode-openshift-tools/blob/132dc1a767a19c9688595411ce291e65e43c698b/src/odo/command.ts#L207 All the nodejs demos are breaking with `odo push --debug` command. It should be `odo push`.
This code breaks the workflow when we need to push a nodejs devfile to a cluster.
vscode-openshift-tools/src/odo/command.ts
Line 207 in 132dc1a
All the nodejs demos are breaking with
odo push --debugcommand. It should beodo push.