We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b5fffd commit ed4853dCopy full SHA for ed4853d
src/vs/workbench/contrib/debug/browser/debugEditorContribution.ts
@@ -379,6 +379,8 @@ export class DebugEditorContribution implements IDebugEditorContribution {
379
// When no expression available fallback to editor hover
380
this.showEditorHover(position, focus);
381
}
382
+ } else {
383
+ this.showEditorHover(position, focus);
384
385
386
0 commit comments