integrated Terminal does not support Nerd fonts
Describe the bug Despite using a nerd font for vscodium and explicitly stating to use a certain font in setting.json tor the integrated terminal , i still find the same behavior .
Please confirm that this problem is VSCodium-specific
- [X] This bug doesn't happen if I use Microsoft's Visual Studio Code. It only happens in VSCodium.
Please confirm that the issue/resolution isn't already documented
- [X] I checked the Docs page and the Troubleshooting page and my issue is not mentioned there.
To Reproduce Steps to reproduce the behavior:
- use a nerd font configurated terminal (such as starship (with end4 starship config) + zsh/fish)
- Click on 'open the terminal in vscodium' / Ctrl + `
- type any command
- See error
Expected behavior A clear and concise description of what you expected to happen. see a nerd font as i would normally see them in my terminal
Screenshots If applicable, add screenshots to help explain your problem.
sample from vscode:
sample from vscodium:
note: problem is not particular to fish, also observed in zsh
Desktop (please complete the following information):
- OS: Arch linux @ latest
- Architecture: x64_86
- Version: latest
- App Manager: pacman
- Sandboxed: yay?
Additional context Add any other context about the problem here, recently opened a similar issue in kiro code , got solved within a week
change the terminal.integrated.fontFamily setting to desired font.
@daiyam tried it, No changes were observed, is it an OS issue, prehaps ?
Check the name, sometimes the name can change between JS and on the system.
@daiyam tried that too
What's the font?
jet brains mono
Any update or fix for this? I'm attempting to use JetBrains Mono Nerd Font and I've also tried every variation I can think of ("JetBrainsMono", "JetBrains Mono", "JetBrains Mono NF", "JetBrainsMono NF", "JetBrains Mono Nerd Font", "JetBrainsMono Nerd Font"). Is there a variation I'm missing that should work?
On my mac, no issue when using the font from https://www.nerdfonts.com/font-downloads and the setting "terminal.integrated.fontFamily": "JetBrainsMono Nerd Font",.
How have installed the font? From an AUR or the ttf-jetbrains-mono-nerd package?
Turns out my system was actually missing the ttf-jetbrains-mono-nerd package. I thought it was installed locally because my terminal apparently includes it.