Terminal, extensions, and debugging support. Web and desktop builds.
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.
Shed can run as a web app:
npx gulp vscode-web
node resources/server/web-dev.js
Open http://localhost:8000.