提交 2afb93e0 编写于 作者: I isidor

debug hover fix margins

fixes #90341
上级 b51e1215
......@@ -109,8 +109,10 @@ export class DebugHoverWidget implements IContentWidget {
accessibilityProvider: new DebugHoverAccessibilityProvider(),
mouseSupport: false,
horizontalScrolling: true,
useShadows: false,
overrideStyles: {
listBackground: editorHoverBackground
listBackground: editorHoverBackground,
}
});
......@@ -307,6 +309,7 @@ export class DebugHoverWidget implements IContentWidget {
}
hide(): void {
return;
if (!this._isVisible) {
return;
}
......
......@@ -12,7 +12,6 @@
user-select: text;
-webkit-user-select: text;
word-break: break-all;
padding: 4px 5px;
}
.monaco-editor .debug-hover-widget .complex-value {
......@@ -62,6 +61,7 @@
overflow: auto;
font-family: var(--monaco-monospace-font);
max-height: 500px;
padding: 4px 5px;
}
.monaco-editor .debug-hover-widget .error {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册