Dev Containers is a potentially powerful extension to VSCode. One of the neat features is that it lets you declaratively install extensions into a dev container.
The VSCode extension for Kubernetes seems to install kubectl onto the container, under /root/.local/state. The OpenShift extension doesn't seem to do this automatically for oc and other tools.
Dev Containers is a potentially powerful extension to VSCode. One of the neat features is that it lets you declaratively install extensions into a dev container.
The VSCode extension for Kubernetes seems to install
kubectlonto the container, under/root/.local/state. The OpenShift extension doesn't seem to do this automatically forocand other tools.