when using makecode for programming with the micro:bit, using the display shield extension seems to have an issue with full screen mode.
When the micro:bit is put into fullscreen the screen also includes the model for the display shield however it does not seem to properly account for it when it comes to width, this leads to it getting cut off on the right hand side.
Looking at it, it does seem to acknowledge the display shield when it comes to placement of each, but the display shield seems to be wider than the micro:bit, this means that simply splitting the screen in half does not seem to work.
reproduce:
create a program in makecode that makes use of an extension that uses the display shield.
press full screen button in makecode
