vscode-remote-release
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)
Does this issue occur when all extensions are disabled?: No
- VS Code Version: 1.81.0
- OS Version: Win11
Steps to Reproduce:
- In ~/.kube/config, config a context with @ inside: admin@kubernetes
- Attach to k8s dev container
This issue seems duplicated with closed issue microsoft/vscode#187351 but still happen at recent release.
same still as above
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.
still not fixed at 1.86.2
because there is another issue track it, close this one
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.
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?
yes, it is fixed now
marking as verified thanks to @graphenn 👍