Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cascadia Code PL - Some symbols are not displayed #426

Closed
AdeeelAsif opened this issue Feb 16, 2021 · 2 comments
Closed

Cascadia Code PL - Some symbols are not displayed #426

AdeeelAsif opened this issue Feb 16, 2021 · 2 comments
Labels
🤔 info needed Further information is requested

Comments

@AdeeelAsif
Copy link

AdeeelAsif commented Feb 16, 2021

Description

Hi everyone,

some of the symbols are not properly displayed as you can see on the screnshots below. I have the same issue with Powershell 5.1 and Powershell Core 7.0.2

I installed Cascadia Code PL from https:/microsoft/cascadia-code/releases/tag/v2102.03

image

Environment

  • Oh my Posh version: 3.94.2
  • Theme: Paradox
  • Operating System: Windows 10
  • Shell: Powershell 5.1 (same issue with Powershell core 7.0.2)
  • Terminal: Windows Terminal

settings.json content :

"list": [
{
// Make changes here to the powershell.exe profile.
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"name": "Windows PowerShell",
"commandline": "powershell.exe",
"fontFace": "Cascadia Code PL",
"hidden": false
},
{
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"hidden": false,
"name": "PowerShell",
"fontFace": "Cascadia Code PL",
"source": "Windows.Terminal.PowershellCore"
},

Steps to Reproduce

Import-Module posh-git
Import-Module oh-my-posh
Set-PoshPrompt -Theme paradox

@lnu
Copy link
Contributor

lnu commented Feb 17, 2021

Cascadia does not contain all glyphs(same question here #145). From the doc:

Oh my Posh was designed using Meslo LGM NF, but any Nerd Font should be compatible with the standard themes.

The other option is to replace the missing icons with ones available in cascadia.

@JanDeDobbeleer
Copy link
Owner

I'm going to add this information to the docs (Cascadia Code PL missing glyphs). It's crazy how many people ask this question considering V2 also mentioned Nerd Fonts.

@JanDeDobbeleer JanDeDobbeleer added the 🤔 info needed Further information is requested label Feb 17, 2021
@JanDeDobbeleer JanDeDobbeleer changed the title Some symbols are not displayed Cascadia Code PL - Some symbols are not displayed Feb 17, 2021
Repository owner locked and limited conversation to collaborators Feb 17, 2021

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
🤔 info needed Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants