From fe77b8606aa24ec3da697152e49493e5408e1f28 Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Thu, 5 Mar 2020 16:32:00 +0100 Subject: [PATCH] unblock the build --- src/vs/workbench/api/common/extHost.api.impl.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/vs/workbench/api/common/extHost.api.impl.ts b/src/vs/workbench/api/common/extHost.api.impl.ts index c190ad1c7c4..c57fae94bbd 100644 --- a/src/vs/workbench/api/common/extHost.api.impl.ts +++ b/src/vs/workbench/api/common/extHost.api.impl.ts @@ -769,11 +769,6 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I checkProposedApiEnabled(extension); return extHostTunnelService.onDidChangeTunnels(listener, thisArg, disposables); - }, - onDidTunnelsChange: (listener, thisArg?, disposables?) => { - checkProposedApiEnabled(extension); - return extHostTunnelService.onDidChangeTunnels(listener, thisArg, disposables); - }, registerTimelineProvider: (scheme: string | string[], provider: vscode.TimelineProvider) => { checkProposedApiEnabled(extension);