We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since the nerd fonts are in the system, we need to adjust to the breaking change in Nerd Fonts 3.0 (they moved and renamed the Material Design icons).
Therefore, on the new release of Cascadia Code, Write-Host "&nf-mdi-ship_wheel; Kubernetes" doesn't work.
Write-Host "&nf-mdi-ship_wheel; Kubernetes"
The character on the NerdFont cheat sheet is now named nf-md-ship_wheel and the code point was changed.
nf-md-ship_wheel
NOTE: They've moved a few things around after that, so it's frustrating to rely on some of the nerd font characters right now.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Since the nerd fonts are in the system, we need to adjust to the breaking change in Nerd Fonts 3.0 (they moved and renamed the Material Design icons).
Therefore, on the new release of Cascadia Code,
Write-Host "&nf-mdi-ship_wheel; Kubernetes"
doesn't work.The character on the NerdFont cheat sheet is now named
nf-md-ship_wheel
and the code point was changed.NOTE: They've moved a few things around after that, so it's frustrating to rely on some of the nerd font characters right now.
The text was updated successfully, but these errors were encountered: