Port VS Code telemetry opt-in dialog (#1130)

This commit is contained in:
Karl Burtram
2018-04-11 15:47:34 -07:00
committed by GitHub
parent ed10f984b6
commit cd0210c88a
22 changed files with 240 additions and 107 deletions

View File

@@ -164,7 +164,7 @@ export class NotificationsToasts extends Themable {
}));
// Remove when item gets disposed
once(item.onDidDispose)(() => {
once(item.onDidClose)(() => {
this.removeToast(item);
});