VS Code Integrated Terminal Not Displaying Special Characters

Viewed 571

This has been a minor issue for a while, the VS Code integrated terminal doesn't recognize the git branch symbols, or the forward arrow character, shown in the first screenshot, which displays correctly in iTerm windows and IntelliJ's integrated terminal.

These characters are coming from iTerm, using the terminal setup steps I went through here: https://medium.com/@Clovis_app/configuration-of-a-beautiful-efficient-terminal-and-prompt-on-osx-in-7-minutes-827c29391961

What I want to see in VS Code integrated terminal: enter image description here What I currently see in VS Code integrated terminal: enter image description here

I did come across a solution to add this to my VS Code settings.json, but this setting has since been deprecated as it has been integrated as the default setting in newer vs updates.

"terminal.integrated.experimentalTextureCachingStrategy": "dynamic"

Not the most pressing issue, but personalizing the vs code terminal with more git info and aesthetics, would be really nice using special characters!

0 Answers
Related