You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix possible TerminalInstance leak
Fixesmicrosoft#200400
Two fixes:
- Make sure an event is disposed of
- In EventMultiplexer, explicitly dispose of all listeners when the multiplexer is disposed
* Remove extra import
0 commit comments