提交 241d480c 编写于 作者: I isidor

fixes #2462

上级 c1946bdb
...@@ -151,6 +151,7 @@ export class DebugHoverWidget implements editorbrowser.IContentWidget { ...@@ -151,6 +151,7 @@ export class DebugHoverWidget implements editorbrowser.IContentWidget {
this.treeContainer.hidden = true; this.treeContainer.hidden = true;
this.valueContainer.hidden = false; this.valueContainer.hidden = false;
viewer.renderExpressionValue(expression, false, this.valueContainer, false); viewer.renderExpressionValue(expression, false, this.valueContainer, false);
this.valueContainer.title = '';
} }
this.showAtPosition = position; this.showAtPosition = position;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册