From e289c06d8d149333beb538c73d76e7397bfcf49c Mon Sep 17 00:00:00 2001 From: Karl Burtram Date: Tue, 26 Feb 2019 08:51:55 -0800 Subject: [PATCH] Add no-op debug extensibility APIs (follow-up) (#4192) * Add no-op debug extensibility APIs * Remove unneeded SQL EDIT tags --- src/vs/workbench/api/node/extHost.api.impl.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/vs/workbench/api/node/extHost.api.impl.ts b/src/vs/workbench/api/node/extHost.api.impl.ts index aab7307b20..86791e8500 100644 --- a/src/vs/workbench/api/node/extHost.api.impl.ts +++ b/src/vs/workbench/api/node/extHost.api.impl.ts @@ -730,7 +730,6 @@ export function createApiFactory( version: product.vscodeVersion, // namespaces commands, - // {{SQL CARBON EDIT}} debug, env, extensions, @@ -755,7 +754,6 @@ export function createApiFactory( CompletionList: extHostTypes.CompletionList, CompletionTriggerKind: extHostTypes.CompletionTriggerKind, ConfigurationTarget: extHostTypes.ConfigurationTarget, - // {{SQL CARBON EDIT}} DebugAdapterExecutable: extHostTypes.DebugAdapterExecutable, DebugAdapterServer: extHostTypes.DebugAdapterServer, DecorationRangeBehavior: extHostTypes.DecorationRangeBehavior,