-
Notifications
You must be signed in to change notification settings - Fork 0
VS Code Extension
YarCraSy edited this page Jul 8, 2026
·
2 revisions
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
coredoes not depend on them.
The final bundle is generated at dist/Extension.js.