stef-levesque / vscode-hexdump

hexdump for Visual Studio Code
MIT License
138 stars 27 forks source link

Int64 and Uint64 values are flipped #82

Open meszaros-lajos-gyorgy opened 2 years ago

meszaros-lajos-gyorgy commented 2 years ago

Hi!

It seems like the values for Int64 and Uint64 are flipped as seen on the image below:

image

I'm expecting Uint to contain the large integer number and -1 for Int64

All other values are okay