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 bugs in ShowHelp and DebugSession which broke deactivate() (#3592)
Caused by unused variables referenced only in `dispose()` methods
that were transpiled out (having been unused) and so causing
exceptions on disposal, stopping the completion of `deactivate()`.
0 commit comments