mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51: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,
|
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,
|
||||||
|
|||||||
Reference in New Issue
Block a user