We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 970eb55 commit bca9ef4Copy full SHA for bca9ef4
1 file changed
src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.ts
@@ -414,7 +414,7 @@ export class DebugEditorContribution implements IDebugEditorContribution {
414
return;
415
}
416
417
- if (!this.configurationService.getValue<IDebugConfiguration>('debug').enableAllHovers) {
+ if (this.configurationService.getValue<IDebugConfiguration>('debug').enableAllHovers && mouseEvent.target.position) {
418
this.nonDebugHoverPosition = mouseEvent.target.position;
419
this.provideNonDebugHoverScheduler.schedule();
420
0 commit comments