Add support for Nerd Fonts #702
Labels
command-line experience
enhancements to the command line interface
enhancement
New feature or request
help wanted
Extra attention is needed
tools integration
Integration of swift-testing into tools/IDEs
We should look into supporting Nerd Fonts as symbol substitutes when using
swift test
.There's no standard way to detect what font the current terminal is using (if any). Some platform-specific mechanisms:
GSettings
.GetCurrentConsoleFont()
may or may not work depending on whether the pipe to SwiftPM interferes with it."com.apple.terminal"
for Terminal.app?Or we could just fall back to an environment variable like
"SWT_NERD_FONTS_ENABLED"
like we do with SF Symbols.The text was updated successfully, but these errors were encountered: