mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-19 22:42:35 +01:00
Followup from #192026 Removes the original leak-prone implementation of Event.chain and replaces it with `chain2` which only requires disposable of the resulting listener.