提交 8ce220f3 编写于 作者: S Sandeep Somavarapu

Fix #85209

上级 f37b9d74
......@@ -73,7 +73,10 @@ export class ExtensionsSynchroniser extends Disposable implements ISynchroniser
this.logService.trace('Extensions: Skipping synchronizing extensions as it is disabled.');
return false;
}
if (!this.extensionGalleryService.isEnabled()) {
this.logService.trace('Extensions: Skipping synchronizing extensions as gallery is disabled.');
return false;
}
if (this.status !== SyncStatus.Idle) {
this.logService.trace('Extensions: Skipping synchronizing extensions as it is running already.');
return false;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册