-
Notifications
You must be signed in to change notification settings - Fork 490
Open
Labels
Description
What happened?
Opening DevPod in Zed on Windows hangs when connecting to a remote Dev Container.
What did you expect to happen instead?
DevPod in Zed on Windows opens into the dev container.
How can we reproduce the bug? (as minimally and precisely as possible)
- Install Zed for Windows
- Create an SSH provider to a remote server.
- Create and run DevPod workspace with Git repo, https://github.com/worldofgeese/dotnet10-devcontainer.
My devcontainer.json:
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/dotnet
{
"name": "C# (.NET) Nightly",
"build": {
"dockerfile": "./Dockerfile"
},
"customizations": {
"vscode": {
"extensions": [
"ms-dotnettools.csdevkit",
"ms-dotnettools.dotnet-interactive-vscode",
"vscode-icons-team.vscode-icons",
"GitHub.copilot",
"stateful.runme"
]
}
},
// Features to add to the dev container. More info: https://containers.dev/features.
"features": {
// "ghcr.io/dapr/cli/dapr-cli:0": {},
// // Enable Docker (via Docker-in-Docker)
// "ghcr.io/devcontainers/features/docker-in-docker:2": {}
}
}
Local Environment:
- DevPod Version: 0.6.15
- Operating System: windows
- ARCH of the OS: AMD64
DevPod Provider:
- Local/remote provider: ssh
Anything else we need to know?
I suspect it may have something to do with Zed's own version check.