提交 79bcc85f 编写于 作者: S Sandeep Somavarapu

Fix #63638

上级 1081caf1
......@@ -578,7 +578,7 @@ export class ViewsService extends Disposable implements IViewsService {
};
const when = ContextKeyExpr.has(`${viewDescriptor.id}.active`);
CommandsRegistry.registerCommand(command.id, () => this.openView(viewDescriptor.id, true));
CommandsRegistry.registerCommand(command.id, () => this.openView(viewDescriptor.id, true).then(() => null));
MenuRegistry.appendMenuItem(MenuId.CommandPalette, {
command,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册