Skip to content

Commit f4cc2c7

Browse files
author
Khaja Nizamuddin
committed
replace whitespace from initial value
1 parent 8076181 commit f4cc2c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/contrib/debug/browser/baseDebugView.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ export abstract class AbstractExpressionsRenderer implements ITreeRenderer<IExpr
161161
});
162162
const styler = attachInputBoxStyler(inputBox, this.themeService);
163163

164-
inputBox.value = options.initialValue;
164+
inputBox.value = replaceWhitespace(options.initialValue);
165165
inputBox.focus();
166166
inputBox.select();
167167

0 commit comments

Comments
 (0)