提交 ab91623f 编写于 作者: S Sandeep Somavarapu

Fix #38293

上级 89f8a77c
......@@ -479,6 +479,8 @@ export class ExtensionEditor extends BaseEditor {
append(this.content, scrollableContent.getDomNode());
this.contentDisposables.push(scrollableContent);
}
}, () => {
append(this.content, $('p.nocontent')).textContent = localize('noContributions', "No Contributions");
}));
}
......
......@@ -189,6 +189,7 @@ class Extension implements IExtension {
return this.galleryService.getManifest(this.gallery);
}
this.telemetryService.publicLog('extensions:NotFoundManifest', this.telemetryData);
return TPromise.wrapError<IExtensionManifest>(new Error('not available'));
}
return TPromise.as(this.local.manifest);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册