Skip to content

VS Code Extension

YarCraSy edited this page Jul 8, 2026 · 2 revisions

Previous page: Runtime Flow

VS Code Extension

The VS Code layer lives in src/vscodeApi, and the entry point is src/Extension.ts.

Responsibilities:

  • register views and commands.
  • render webviews.
  • receive messages from React.
  • connect handlers with settings, history, DeepSeek, and tools.
  • adapt VS Code APIs so core does not depend on them.

The final bundle is generated at dist/Extension.js.


Next page: Activation and Contributions

Clone this wiki locally