mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
ensure proposed API is checked for (#180194)
fy @roblourens and @mblout
This commit is contained in:
@@ -1124,6 +1124,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
return extHostDebugService.onDidChangeBreakpoints(listener, thisArgs, disposables);
|
||||
},
|
||||
onDidChangeStackFrameFocus(listener, thisArg?, disposables?) {
|
||||
checkProposedApiEnabled(extension, 'debugFocus');
|
||||
return extHostDebugService.onDidChangeStackFrameFocus(listener, thisArg, disposables);
|
||||
},
|
||||
registerDebugConfigurationProvider(debugType: string, provider: vscode.DebugConfigurationProvider, triggerKind?: vscode.DebugConfigurationProviderTriggerKind) {
|
||||
|
||||
Reference in New Issue
Block a user