提交 c9e3628e 编写于 作者: R Ramya Achutha Rao

Fix tests

上级 d11c7f43
......@@ -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)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册