提交 76f040f3 编写于 作者: B Benjamin Pasero

fix wrong call of function in ext service

上级 a2619f25
......@@ -198,7 +198,7 @@ export class ExtensionService implements IExtensionService {
// ---- begin IExtensionService
public activateByEvent(activationEvent: string): TPromise<void> {
if (this._barrier.isOpen) {
if (this._barrier.isOpen()) {
// Extensions have been scanned and interpreted
if (!this._registry.containsActivationEvent(activationEvent)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册