提交 5418b6c3 编写于 作者: J Joao Moreno

show nps message

related to #9769
上级 acf71f87
......@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册