MCPcopy Create free account
hub / github.com/Snapchat/Valdi / registerLongBreakpointUI

Function registerLongBreakpointUI

valdi/vscode_debugger/src/ui/longPredictionUI.ts:51–59  ·  view source on GitHub ↗
(context: vscode.ExtensionContext)

Source from the content-addressed store, hash-verified

49}
50
51export function registerLongBreakpointUI(context: vscode.ExtensionContext) {
52 context.subscriptions.push(
53 vscode.debug.onDidReceiveDebugSessionCustomEvent(event => {
54 if (event.event === 'longPrediction') {
55 promptLongBreakpoint(event.session.workspaceFolder);
56 }
57 }),
58 );
59}

Callers 1

activateFunction · 0.90

Calls 2

promptLongBreakpointFunction · 0.85
pushMethod · 0.45

Tested by

no test coverage detected