microsoft / vscode-hexeditor

VS Code Hex Editor
https://marketplace.visualstudio.com/items?itemName=ms-vscode.hexeditor
MIT License
533 stars 89 forks source link

Feature request: Octal representation of the selected byte in the data inspector #405

Closed brabli closed 1 year ago

brabli commented 1 year ago

Hi, currently the data inspector shows several different representations of the selected byte and it's following bytes, but does not show any octal values at all which is a shame.

I think adding the octal value of the currently selected byte to the data inspector would be a small but useful addition, I would be very happy to see this added.

connor4312 commented 1 year ago

Added in https://github.com/microsoft/vscode-hexeditor/pull/410