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 dff8892 commit 4635c35Copy full SHA for 4635c35
src/vs/editor/contrib/hover/browser/hover.ts
@@ -216,6 +216,9 @@ export class ModesHoverController implements IEditorContribution {
216
this._glyphWidget.startShowingAt(target.position.lineNumber);
217
return;
218
}
219
+ if (this._contentWidget?.isFocused()) {
220
+ return;
221
+ }
222
if (!this._contentWidget?.widget.isResizing && !_sticky) {
223
this._hideWidgets();
224
0 commit comments