提交 bca9ef43 编写于 作者: I isidor

fixes #59451

上级 970eb55c
......@@ -414,7 +414,7 @@ export class DebugEditorContribution implements IDebugEditorContribution {
return;
}
if (!this.configurationService.getValue<IDebugConfiguration>('debug').enableAllHovers) {
if (this.configurationService.getValue<IDebugConfiguration>('debug').enableAllHovers && mouseEvent.target.position) {
this.nonDebugHoverPosition = mouseEvent.target.position;
this.provideNonDebugHoverScheduler.schedule();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册