You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a command doesn't declare container in which it should be run, we ask user to choose.
In case if user chooser such a command under some specific machine in workspace panel we shouldn't ask, but use the container on which it was invoked.
Reproduction Steps
Create a devfile, define a command, but do not define container for it.
Create a workspace from the devfile and start it.
Open workspace panel, navigate to a container and click on the command.
Expected: the command should be run in the container on which this command was invoked
Actual: user is asked about container in which the command should be run.
The text was updated successfully, but these errors were encountered:
Description
If a command doesn't declare container in which it should be run, we ask user to choose.
In case if user chooser such a command under some specific machine in workspace panel we shouldn't ask, but use the container on which it was invoked.
Reproduction Steps
Expected: the command should be run in the container on which this command was invoked
Actual: user is asked about container in which the command should be run.
The text was updated successfully, but these errors were encountered: