Open
Description
When I execute "Start Dev" action it executes odo dev --debug
but that is not what I want.
I need to execute the "run" command from the devfile, not "debug".
There should be a separate action for starting odo dev --debug
. Something like "Start Dev with Debug", this could also automatically setup the vscode debugger in as part of this action