vscode-remote-release icon indicating copy to clipboard operation
vscode-remote-release copied to clipboard

kubernates plugin bug: vscode 1.81.0 Failed to connect to the remote extension host server (Error: No remote extension installed to resolve kubernetes)

Open graphenn opened this issue 2 years ago • 3 comments

Does this issue occur when all extensions are disabled?: No

  • VS Code Version: 1.81.0
  • OS Version: Win11

Steps to Reproduce:

  1. In ~/.kube/config, config a context with @ inside: admin@kubernetes
  2. Attach to k8s dev container

This issue seems duplicated with closed issue microsoft/vscode#187351 but still happen at recent release.

graphenn avatar Aug 10 '23 01:08 graphenn

same still as above

qihao-plus avatar Oct 28 '23 04:10 qihao-plus

Hi @chrmarti: Have there been any developments or updates on this? We believe that this might be the cause of an issue we've encountered in our Kubernetes extension.

peterbom avatar Nov 06 '23 02:11 peterbom

still not fixed at 1.86.2

graphenn avatar Feb 18 '24 01:02 graphenn

because there is another issue track it, close this one

graphenn avatar Mar 21 '24 05:03 graphenn

Sorry for the delay, https://github.com/vscode-kubernetes-tools/vscode-kubernetes-tools/issues/1199#issuecomment-1793919624 makes sense. @ has become a special character in the remote URI's authority. I'll encode the information to avoid the issue.

chrmarti avatar Mar 21 '24 11:03 chrmarti

Fix is available in Dev Containers 0.351.0-pre-release.

@graphenn Could you give that a try and let me know if it works?

chrmarti avatar Mar 22 '24 07:03 chrmarti

yes, it is fixed now

graphenn avatar Mar 22 '24 12:03 graphenn

marking as verified thanks to @graphenn 👍

TylerLeonhardt avatar Mar 27 '24 00:03 TylerLeonhardt