Afternoon!
First, I hope everyone is well.
I am currently experimenting with Visual Studio [Version: 17.5.0 Preview 4.0
] (to clarify, not Visual Studio Code) and was hoping to utilize a
However, it seems that Visual Studio does not allow Nerd Fonts as a font for the Terminal. If you look in the attached screenshots below, you can see that the setting’s dropdown does not list Nerd Fonts as options. Curiously, they are available as a choice for the Text Editor.
Regarding to solve it myself, I have scoured the Visual Studio documentation and tried my best Google-fu to find any results. Disappointingly most search engines return results concerning Visual Studio, not Visual Studio Code.
Before I submit a report to the developers of Visual Studio, I would like to cover all my bases and make sure I am not missing something.
Any insight would be greatly appreciated. Thank you!
CodePudding user response:
Wild guess here. They might still be on conhost which doesn't work with OTF files and needs TTF. So, theoretically, installing the same font as TTF could do the trick. You'll need to do a manual install from the Nerd Font repo in this case as they don't ship the TTF files inside their zip files.
CodePudding user response:
I also have problems with the fact that "CaskaydiaCove Nerd Font" and other fonts are not available for the terminal, but "JetBrainsMono NF" is available for some reason and the icons in the visual studio console are displayed correctly.