未验证 提交 2f06f00e 编写于 作者: A Alex Dima

Fixes #90785

上级 8ddce0b6
......@@ -194,7 +194,7 @@ export abstract class AbstractExtHostExtensionService implements ExtHostExtensio
} catch (err) {
// TODO: write to log once we have one
}
await allPromises;
await Promise.all(allPromises);
}
public isActivated(extensionId: ExtensionIdentifier): boolean {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册