Skip to content

Commit ed4853d

Browse files
Viijay-Krvijay.krishna
andauthored
fix: microsoft#169151 fallback to editor hover if no breakpoint (microsoft#181274)
Co-authored-by: vijay.krishna <[email protected]>
1 parent 1b5fffd commit ed4853d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/vs/workbench/contrib/debug/browser/debugEditorContribution.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,8 @@ export class DebugEditorContribution implements IDebugEditorContribution {
379379
// When no expression available fallback to editor hover
380380
this.showEditorHover(position, focus);
381381
}
382+
} else {
383+
this.showEditorHover(position, focus);
382384
}
383385
}
384386

0 commit comments

Comments
 (0)