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

@@ -440,7 +440,7 @@ export class NotificationTemplateRenderer {
this.actionRunner.run(action, notification);
// Hide notification
notification.dispose();
notification.close();
}));
this.inputDisposeables.push(attachButtonStyler(button, this.themeService));