mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-16 01:25:36 -05:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user