Skip to content

Commit

Permalink
Revert "fixes #73845"
Browse files Browse the repository at this point in the history
This reverts commit 1113272.
  • Loading branch information
isidorn committed May 28, 2019
1 parent 0dd6757 commit d26b377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/contrib/debug/browser/repl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ class ReplExpressionsRenderer implements ITreeRenderer<Expression, FuzzyScore, I
const expression = element.element;
templateData.label.set(expression.name, createMatches(element.filterData));
renderExpressionValue(expression, templateData.value, {
preserveWhitespace: true,
preserveWhitespace: !expression.hasChildren,
showHover: false,
colorize: true
});
Expand Down

0 comments on commit d26b377

Please sign in to comment.