提交 291d06c5 编写于 作者: I isidor

debug: variables hover do not switch between type and value hover

fixes #8349
上级 b4b21f1b
......@@ -76,7 +76,7 @@ export function renderVariable(tree: tree.ITree, variable: model.Variable, data:
if (variable.value) {
renderExpressionValue(variable, data.value, showChanged, MAX_VALUE_RENDER_LENGTH_IN_VIEWLET);
data.expression.title = variable.value;
data.value.title = variable.value;
} else {
data.value.textContent = '';
data.value.title = '';
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册