shed

A code editor built on VS Code

Terminal, extensions, and debugging support. Web and desktop builds.

Getting started

Clone the repo and build from source.

git clone shed
cd shed
npm install
node build/npm/postinstall.ts
npx gulp vscode-darwin-arm60

The built app will be in out/Shed-darwin-arm64/Shed.app.

Run in the browser

Shed can run as a web app:

npx gulp vscode-web
node resources/server/web-dev.js

Open http://localhost:8000.

Next

Read the docs, check the journal, or get support.