Changing the unified debugger memory display from little to big endian

It isn’t a big deal, but is there a way to change the order in which a memory is displayed? Right now for me it is in little endian. The register section is set up with big endian so it is a bit distracting to have two different notations. Bellow is display of a memory location, if you load this location into register the register will show 0x8082a011. My question is, how can i change the display of memory so it looks like the display of the register?

Please file a feature request here Issues · platformio/platformio-vscode-ide · GitHub