From cfb659dbe5b569699da89933b9e48dfb855d286d Mon Sep 17 00:00:00 2001 From: Lachlan Harris <121010139+lachlanharrisdev@users.noreply.github.com> Date: Sun, 18 Jan 2026 15:47:43 +1100 Subject: [PATCH] Add Zed to supporting tools Zed recently announced support for Dev Containers and it is included in their stable release. See https://zed.dev/blog/dev-containers --- docs/specs/supporting-tools.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/specs/supporting-tools.md b/docs/specs/supporting-tools.md index 9db07b6..eeb48a4 100644 --- a/docs/specs/supporting-tools.md +++ b/docs/specs/supporting-tools.md @@ -38,6 +38,17 @@ Visual Studio added dev container support in Visual Studio 2022 17.4 for C++ pro You may learn more in the [announcement blog post](https://devblogs.microsoft.com/cppblog/dev-containers-for-c-in-visual-studio/). +### Zed + +[Zed v0.218](https://zed.dev/releases/stable) and onward supports Dev Containers, but it is currently still in development with the following limitations: + +* Extensions: Zed does not yet manage extensions separately for container environments. The host's extensions are used as-is. +* Port forwarding: Only the appPort field is supported. forwardPorts and other advanced port-forwarding features are not implemented. +* Configuration changes: Updates to devcontainer.json do not trigger automatic rebuilds or reloads; containers must be manually restarted. + +For more information please see Zed's up-to-date [Dev Containers documentation](https://zed.dev/docs/dev-containers) and their [announcement blog post](https://zed.dev/blog/dev-containers). + + ## Tools ### Dev Container CLI