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
Hi, I'm running vscode w/ remote-wsl. I've got the kubernetes and remote-containers extensions installed, and almost everything seems to work (I can right-click on a pod and click "get", and a terminal pops up and runs kubectl get ....
However, when I right click on a pod and then "Attach Visual Studio Code", nothing happens. I figure I'm probably missing some necessary setup, but I can't find any documentation.
The text was updated successfully, but these errors were encountered:
Is the Debug (Attach) command provided by the Kubernetes extension, or a separate Attach Visual Studio Code command? If the latter, that might be contributed by remote-containers - I don't think it comes from us.
Like @itowlson said, I've now learned that the Attach Visual Studio Code context menu option actually comes from a different extension. Looks like it was added in Remote-Containers (0.107.0) per this thread microsoft/vscode-remote-release#12.
Hi, I'm running vscode w/ remote-wsl. I've got the kubernetes and remote-containers extensions installed, and almost everything seems to work (I can right-click on a pod and click "get", and a terminal pops up and runs
kubectl get ...
.However, when I right click on a pod and then "Attach Visual Studio Code", nothing happens. I figure I'm probably missing some necessary setup, but I can't find any documentation.
The text was updated successfully, but these errors were encountered: