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: dispose reporters and notification handlers when client is stopped
The "restart Angular Language server" command as well as the restart
that happens when a configuration changes stops and starts the client.
We should track and clean up the notification and progress handlers for
the client at this time rather than continually pushing new ones to the
vscode context, which is only cleaned up when the window reloads/closes.
Fixes#1232
0 commit comments