Interpret text as unicode character in VScode

186 Views Asked by At

I am trying to customize a theme in Oh My Posh. It would be nice if vscode showed me the symbols and not only the text string.

Image showing the text that is supposed to display as a special unicode symbol

This is probably the same issue as this: VS Code - JSON Unicode Visualization

First I tried to install different extentions, as I thougt I had to. But after seeing the answer above, I understand vscode is supposed to show this without any extention. I then tried to start vscode with --disable-extensions, and with --verbose, but no luck.

What else can I try?

I am using: vscode 1.82.1 Windows 10 Meslo Nerd Font The JSON file is UTF-8

0

There are 0 best solutions below