mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
debug: update visualizers tree proposal, some initial implementation (#204877)
This commit is contained in:
@@ -1229,6 +1229,10 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
checkProposedApiEnabled(extension, 'debugVisualization');
|
||||
return extHostDebugService.registerDebugVisualizationProvider(extension, id, provider);
|
||||
},
|
||||
registerDebugVisualizationTreeProvider(id, provider) {
|
||||
checkProposedApiEnabled(extension, 'debugVisualization');
|
||||
return extHostDebugService.registerDebugVisualizationTree(extension, id, provider);
|
||||
},
|
||||
onDidStartDebugSession(listener, thisArg?, disposables?) {
|
||||
return _asExtensionEvent(extHostDebugService.onDidStartDebugSession)(listener, thisArg, disposables);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user