Add no-op debug extensibility APIs (follow-up) (#4192)

* Add no-op debug extensibility APIs

* Remove unneeded SQL EDIT tags
This commit is contained in:
Karl Burtram
2019-02-26 08:51:55 -08:00
committed by GitHub
parent 78c1c318c5
commit e289c06d8d

View File

@@ -730,7 +730,6 @@ export function createApiFactory(
version: product.vscodeVersion, version: product.vscodeVersion,
// namespaces // namespaces
commands, commands,
// {{SQL CARBON EDIT}}
debug, debug,
env, env,
extensions, extensions,
@@ -755,7 +754,6 @@ export function createApiFactory(
CompletionList: extHostTypes.CompletionList, CompletionList: extHostTypes.CompletionList,
CompletionTriggerKind: extHostTypes.CompletionTriggerKind, CompletionTriggerKind: extHostTypes.CompletionTriggerKind,
ConfigurationTarget: extHostTypes.ConfigurationTarget, ConfigurationTarget: extHostTypes.ConfigurationTarget,
// {{SQL CARBON EDIT}}
DebugAdapterExecutable: extHostTypes.DebugAdapterExecutable, DebugAdapterExecutable: extHostTypes.DebugAdapterExecutable,
DebugAdapterServer: extHostTypes.DebugAdapterServer, DebugAdapterServer: extHostTypes.DebugAdapterServer,
DecorationRangeBehavior: extHostTypes.DecorationRangeBehavior, DecorationRangeBehavior: extHostTypes.DecorationRangeBehavior,