Fix tests

This commit is contained in:
Ramya Achutha Rao 2018-03-21 19:30:00 -07:00
parent d11c7f4383
commit c9e3628ea4

View file

@ -389,7 +389,10 @@ export class ExtensionsWorkbenchService implements IExtensionsWorkbenchService,
this.syncDelayer = new ThrottledDelayer<void>(ExtensionsWorkbenchService.SyncPeriod);
this.autoUpdateDelayer = new ThrottledDelayer<void>(1000);
urlService.registerHandler(this);
if (urlService.registerHandler) {
urlService.registerHandler(this);
}
this.configurationService.onDidChangeConfiguration(e => {
if (e.affectsConfiguration(AutoUpdateConfigurationKey)) {