Expand description
Cocoon → debug.addBreakpoints / debug.removeBreakpoints /
debug.consoleAppend notifications.
Fans on sky://debug/<suffix> so the Sky-side debug view picks up
breakpoint changes and console output from the extension’s
vscode.debug.* surface.
For breakpoint mutations specifically, also fans back to Cocoon so
vscode.debug.onDidChangeBreakpoints subscribers in OTHER extensions
observe the change. Without this round-trip, only the extension that
called addBreakpoints/removeBreakpoints knows about its own write.