We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8076181 commit f4cc2c7Copy full SHA for f4cc2c7
1 file changed
src/vs/workbench/contrib/debug/browser/baseDebugView.ts
@@ -161,7 +161,7 @@ export abstract class AbstractExpressionsRenderer implements ITreeRenderer<IExpr
161
});
162
const styler = attachInputBoxStyler(inputBox, this.themeService);
163
164
- inputBox.value = options.initialValue;
+ inputBox.value = replaceWhitespace(options.initialValue);
165
inputBox.focus();
166
inputBox.select();
167
0 commit comments