Expand description
ExtensionHost atoms - VS Code extension-host lifecycle handlers.
Starter - extensionHostStarter:* channel (create/start/kill/exit).
DebugService - extensionhostdebugservice:* channel (reload/close).
Modules§
- Debug
Service - Wire methods:
extensionhostdebugservice:*. Bridges VS Code’sIExtensionHostDebugServicechannel.reloadtriggers a real Cocoon restart by emittingsky://exthost/debug-reloadso Wind can tear down caches before the fresh spawn. Other methods are acknowledged. - Starter
- Wire methods:
extensionHostStarter:*. Bridges VS Code’sIExtensionHostStarterchannel to Mountain/Cocoon.createExtensionHostallocates a stub id;startreturns Cocoon’s real PID so debuggers attach to the correct Node.js process.