这是indexloc提供的服务,不要输入任何密码
Skip to content

Zed on Windows hangs opening DevPod #1931

@worldofgeese

Description

@worldofgeese

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)

  1. Install Zed for Windows
  2. Create an SSH provider to a remote server.
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions