提交 92833fca 编写于 作者: R rebornix

fix #114233.

上级 04efea43
......@@ -631,6 +631,7 @@ export class NotebookService extends Disposable implements INotebookService, ICu
await this._extensionService.whenInstalledExtensionsRegistered();
// this awaits full activation of all matching extensions
await this._extensionService.activateByEvent(`onNotebook:${viewType}`);
await this._extensionService.activateByEvent(`onNotebook:*`);
if (this._notebookProviders.has(viewType)) {
return true;
} else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册