mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
fixes #27835
This commit is contained in:
@@ -1257,6 +1257,7 @@ export class BreakpointsController extends BaseDebugController {
|
||||
return true;
|
||||
}
|
||||
if (element instanceof Breakpoint) {
|
||||
super.onLeftClick(tree, element, event);
|
||||
this.openBreakpointSource(element, event, event.detail !== 2);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user