Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Ember CodeNew to Visual Studio Code? Get it now.
Ember Code

Ember Code

Ignite Ember

| (0) | Free
AI coding assistant with multi-agent orchestration — chat panel with zero-touch backend install
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Ember Code — VSCode extension

Hosts the shared web UI (clients/web) in a webview panel; spawns the Python backend for the open workspace over a loopback WebSocket.

Build

cd clients/vscode
npm install
npm run build       # builds ../web, copies dist → media/, compiles TS

Or use the repo-root helper (refreshes VSCode + JetBrains assets in one shot):

scripts/build-clients.sh

Run (development)

  1. Open clients/vscode/ as a folder in VSCode.
  2. Press F5 — VSCode launches a new "Extension Development Host" window with the plugin loaded.
  3. In the host window, open any project folder, then run Ember Code: Open from the command palette (⇧⌘P).

Set emberCode.pythonPath (Settings → Extensions → Ember Code) if ignite-ember lives in a venv.

Smoke-test checklist

After F5 + Ember Code: Open:

  • [ ] Webview shows the Ember UI (sidebar + composer, dark theme).
  • [ ] Status bar bottom-right shows a non-zero ctx N · X% counter.
  • [ ] Sending hi produces a streamed reply.
  • [ ] /ctx shows the runs/floor breakdown.
  • [ ] Clicking a file pill in chat opens the file in a VSCode editor tab (not the in-app preview).
  • [ ] A /schedule notification (fire a 1-minute task, then leave the panel) surfaces as a native VSCode information toast.

How the host bridge works

The shared web UI calls host.openFile(path) / host.notify({title, body}). When it detects a VSCode webview (via acquireVsCodeApi) it postMessages ember:openFile / ember:notify, and extension.ts:registerHostBridge maps those to vscode.window.showTextDocument and vscode.window.showInformationMessage. See ../web/src/lib/host.ts for the FE side.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft