the config for codespaces is here, which opens a vscode editor in browswer (using cloud)
for end users it would be nice to have it terminal full screen, that would probably mean somewhere in .devcontainer/devcontainer.json we need to add a config for vscode to look like that
https://github.com/kubernetes/minikube/blob/master/.devcontainer/devcontainer.json
also add an alias or a command that if user wants to to reset the IDE view?
and also on the First Enter to the terminal it should display a welcome message
"Welcome to minikube in browser offered by codespaces
to start minikube simply type
"minikube start"
"