Skip to content

Qodea/zed-devcontainers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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