stef-levesque / vscode-hexdump

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

Toggle between little or big endian (byte order) not working #54

Closed momvart closed 5 years ago

momvart commented 5 years ago

Toggling between little or big endian not working and the byte order is always little endian.

stef-levesque commented 5 years ago

There is an issue with the command. Have you tried to set "hexdump.littleEndian": false in your settings ?