Is it possible to change the format in which watched variables are displayed in VS Code? When debugging C++, I want to display unsigned chars (that i've typedef'd to byte) as numbers instead of characters.
unsigned chars
byte