Change font size of UDCodeEditor

@adam

Is there a way to change the font size? Tried to change CSS in .monaco-editor .inputarea. I am hoping it would have a nice border as well.

Not at the moment but what I might do is just expose an -Options parameter so you can specify any of the Monaco options without having implement each one because there are so many: IEditorConstructionOptions | Monaco Editor API

Then you could do something like:

New-UDCodeEditor -Options @{ fontSize = 100 } 

Thanks, I hope to see this in the future.

It’s a little too big compared to the rest of the dashboard.