Skip to content
This repository was archived by the owner on Feb 9, 2026. It is now read-only.
/ zed-devcontainers Public archive

Making our devcontainer workflow function in Zed IDE

Notifications You must be signed in to change notification settings

Qodea/zed-devcontainers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARCHIVED - Zed now supports Devcontainer Natively

Devcontainers with Zed IDE

Zed is super fast, and it looks sharp. Its hard to go back to VScode, but theres no direct support for devcontainers (yet). You can however use Zed Tasks to get things working.

Prerequisites

  • installs nvm (Node Version Manager)

    curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh | bash
    
  • download and install Node.js (you may need to restart the terminal)

    nvm install 20
    
  • install devcontainercli

    npm install -g @devcontainers/cli
    
  • run zed task

    option + shift + t - Build Dev Container
    option + shift + t - Run Dev Container
    

About

Making our devcontainer workflow function in Zed IDE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published