`code-server` not rendering the Oh-My-Posh font after changing the `terminal.integrated.fontFamily` setting
Closed this issue · 2 comments
Is there an existing issue for this?
- I have searched the existing issues
OS/Web Information
Title:
Oh-My-Posh font not rendering in code-server
terminal after setting terminal.integrated.fontFamily
to "MesloLGM Nerd Font"
Description:
After updating the settings.json
configuration in code-server
to use the "MesloLGM Nerd Font" for the integrated terminal, the Oh-My-Posh font is not rendering correctly. The terminal displays fallback characters or incorrect symbols instead of the expected Oh-My-Posh glyphs.
Steps to Reproduce:
- Install
code-server
and ensure Oh-My-Posh is configured in the shell (e.g.,.bashrc
,.zshrc
). - Add the following setting to
settings.json
:"terminal.integrated.fontFamily": "MesloLGM Nerd Font"
- Restart
code-server
and open the integrated terminal. - Observe that the Oh-My-Posh font is not rendering correctly.
Expected Behavior:
The terminal should correctly render the Oh-My-Posh font using "MesloLGM Nerd Font" as specified in the configuration.
Actual Behavior:
Uploaded image

Steps to Reproduce
- install oh-my-posh oh-my-posh
- then install the font
oh-my-posh font install meslo
- change the config for code-server by :"terminal.integrated.fontFamily": "MesloLGM Nerd Font"
Expected
show the Nerd font correctly
Actual
not show the nerd font correctly as the image
Logs
Screenshot/Video
No response
Does this bug reproduce in native VS Code?
No, this works as expected in native VS Code
Does this bug reproduce in GitHub Codespaces?
I did not test GitHub Codespaces
Are you accessing code-server over a secure context?
- I am using a secure context.
Notes
No response
Seems fair to call this a duplicate of #1374
I looked around to see if the issue has been reported upstream. microsoft/vscode#83294 is the closest I could find, but technically it is about a different issue. There is discussion here but not much: https://github.com/orgs/community/discussions/42740