Is your feature request related to a problem? Please describe.
Once an environment has been launched, there is no way to relaunch it again unless you stop it, select the docker-compose file again and launch as you did the first time.
Describe the solution you'd like
Since we already have the path to the docker-compose file, a "Relaunch" button in the extension UI could trigger a new okteto up call.
Is your feature request related to a problem? Please describe. Once an environment has been launched, there is no way to relaunch it again unless you stop it, select the docker-compose file again and launch as you did the first time.
Describe the solution you'd like Since we already have the path to the docker-compose file, a "Relaunch" button in the extension UI could trigger a new
okteto up
call.Additional context The relaunch functionality should be as simple as updating the "environment" in the Okteto React context just like it is done here: https://github.com/okteto/docker-desktop-extension/blob/main/client/src/contexts/Okteto.context.tsx#L58