show nps message

related to #9769
This commit is contained in:
Joao Moreno 2016-07-26 14:53:14 +02:00
parent acf71f87db
commit 5418b6c37b

View file

@ -85,7 +85,9 @@ class NPSContribution implements IWorkbenchContribution {
});
const actions = [takeSurveyAction, remindMeLaterAction, neverAgainAction];
messageService.show(Severity.Info, { message, actions });
// TODO@Ben need this setTimeout due to #9769
setTimeout(() => messageService.show(Severity.Info, { message, actions }));
}
getId(): string {