Skip to content

Commit f8cfda3

Browse files
committed
Clarify context for extensions
1 parent 7481cc8 commit f8cfda3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/api/electron-browser/mainThreadDebugService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export class MainThreadDebugService implements MainThreadDebugServiceShape, IDeb
133133
logMessage: l.logMessage
134134
}
135135
);
136-
this.debugService.addBreakpoints(uri.revive(dto.uri), rawbps, 'mainThreadDebugService');
136+
this.debugService.addBreakpoints(uri.revive(dto.uri), rawbps, 'extension');
137137
} else if (dto.type === 'function') {
138138
this.debugService.addFunctionBreakpoint(dto.functionName, dto.id);
139139
}

0 commit comments

Comments
 (0)