Expand description
Cocoon → window.applyTextEdits notification.
Emitted when an extension calls editor.edit(editBuilder => {...}).
Cocoon’s TextEditor shim collects the edits and sends them here.
Mountain relays sky://editor/apply-text-edits so Sky can apply them
via ICodeEditorService.listCodeEditors() → editor.executeEdits(...).