Closed axel7083 closed 2 weeks ago
Following https://github.com/containers/podman-desktop-extension-minikube/pull/171. Given the podman desktop core api, we need to have a function handling the user selection for the version to install.
To be able to provide the CliToolInstaller#selectversion^1 function, we need to have the quick pick logic. As recommended in https://github.com/containers/podman-desktop-extension-minikube/pull/171#discussion_r1806230966 making the logic part of the minikubeDownload as it need the object to collect the releases.
CliToolInstaller#selectversion
Following https://github.com/containers/podman-desktop-extension-minikube/pull/171. Given the podman desktop core api, we need to have a function handling the user selection for the version to install.
To be able to provide the
CliToolInstaller#selectversion
^1 function, we need to have the quick pick logic. As recommended in https://github.com/containers/podman-desktop-extension-minikube/pull/171#discussion_r1806230966 making the logic part of the minikubeDownload as it need the object to collect the releases.