提交 209e81b3 编写于 作者: S Sandeep Somavarapu

Fix #35884

上级 569da9e0
...@@ -877,11 +877,8 @@ export class ReloadAction extends Action { ...@@ -877,11 +877,8 @@ export class ReloadAction extends Action {
} }
run(): TPromise<any> { run(): TPromise<any> {
if (this.messageService.confirmSync({ message: this.reloadMessaage, type: 'question', primaryButton: localize('reload', "&&Reload Window") })) {
return this.windowService.reloadWindow(); return this.windowService.reloadWindow();
} }
return TPromise.wrap(null);
}
} }
export class OpenExtensionsViewletAction extends ToggleViewletAction { export class OpenExtensionsViewletAction extends ToggleViewletAction {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册