Closed legolasdimir closed 1 year ago
Yes, setting font is part of the terminals styling in the todos. There are a lot of styles which require a separate setting for each, which is why I haven't done this yet.
I will aim to add the font-related style settings first in the next release then.
I am no longer seeing the to-do list on the main page.. does this mean this was implemented? If so how do I set it up or is there documentation for it somewhere that I can refer to?
Sorry that it took this long. The latest version (v3.8.0) should support setting the font (in a not-very-user-friendly way for now):
Edit
button labeled Data
. It should open up a new modal in which there is a large textbox.terminalOptions
inside the text area labeled Data
.LiterationMono NF
with the name of your font):
"terminalOptions": {},
to
"terminalOptions": {
"fontFamily": "LiterationMono NF"
},
I will add some UI to make this easier in the future.
I am using oh my posh to customize my prompt in PowerShell. Is there a way to get the plugin to recognize my font set in the PowerShell console or specify it in the plugin? Or is this part of the 'terminal styling' that is on the to-do list? As of right now my prompt shows broken characters when it loads in this plugin.