Fixes apply debug console font size setting to input field#91261
Conversation
| this.tree.rerender(); | ||
|
|
||
| this.replInput.updateOptions({ | ||
| fontSize, |
There was a problem hiding this comment.
Why not take the fontFamily, lineHeight computed above? Why use debugConsole.
There was a problem hiding this comment.
Those values are for the inline css
lineHeightcomputed above has typestring(? `${debugConsole.lineHeight}px` : '1.4em') and the one needed forupdateOptionsmust benumberfontFamilycomputed above resolves to'var(--monaco-monospace-font)'when the default font is requested
|
@jeanp413 great PR as usual, thank you very much for creating this. |
|
@jeanp413 your comment makes sense. Once we resolve the centering of the chevron (if possible) I would be open to merge in this PR. |
|
Pushed some changes to center de input chevron, let me know if the css is ok |
|
@jeanp413 Yeah, css looks great. Let's merge this. |

This PR fixes #90714