提交 2f28e6ba 编写于 作者: J Johannes Rieken

make sure to register extension point early

上级 a1839ca2
......@@ -144,8 +144,8 @@ class SnippetsService implements ISnippetsService {
@IFileService private readonly _fileService: IFileService,
@ILifecycleService lifecycleService: ILifecycleService,
) {
this._initExtensionSnippets();
this._pendingWork.push(Promise.resolve(lifecycleService.when(LifecyclePhase.Running).then(() => {
this._initExtensionSnippets();
this._initUserSnippets();
this._initWorkspaceSnippets();
})));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册