mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-29 08:10:29 -04:00
Port VS Code telemetry opt-in dialog (#1130)
This commit is contained in:
@@ -164,7 +164,7 @@ export class NotificationsToasts extends Themable {
|
||||
}));
|
||||
|
||||
// Remove when item gets disposed
|
||||
once(item.onDidDispose)(() => {
|
||||
once(item.onDidClose)(() => {
|
||||
this.removeToast(item);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user