From 260691c99c5a23073105866408791dd71cf3eef9 Mon Sep 17 00:00:00 2001 From: Murilo Cunha Date: Mon, 29 Dec 2025 12:34:52 +0100 Subject: [PATCH] docs: Specify that dev containers are currently previeiw-only (#45816) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks for the cool project and making it open source! Started using Zed recently and I really enjoy it. Made a tiny addition to devcontainer docs to specify the version. Wasn't able to get it to work as shown in the [docs](https://zed.dev/docs/dev-containers) (should "just work"). The feature was introduced recently on [PR 44442](https://github.com/zed-industries/zed/pull/44442) and is only available as of v0.218 (currently still in preview), while I was still on the latest stable version. So I thought of opening a small PR 😊 Thanks again for the awesome project! Release Notes: - N/A --------- Co-authored-by: Danilo Leal <67129314+danilo-leal@users.noreply.github.com> --- docs/src/dev-containers.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/dev-containers.md b/docs/src/dev-containers.md index c87b204ee9cded48edb95752dd234fa55df71338..65f3e86c81d87098da6a678354269ab0dd52cc5d 100644 --- a/docs/src/dev-containers.md +++ b/docs/src/dev-containers.md @@ -6,6 +6,7 @@ If your repository includes a `.devcontainer/devcontainer.json` file, Zed can op ## Requirements +- [(Preview Only)](https://zed.dev/releases/preview): Download and install the latest Zed. - Docker must be installed and available in your `PATH`. Zed requires the `docker` command to be present. If you use Podman, you can alias it to `docker` (e.g., `alias docker=podman`). - Your project must contain a `.devcontainer/devcontainer.json` directory/file.