microsoft / vscode-hexeditor

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

Copy hex codes as string #416

Closed Marterido closed 1 year ago

Marterido commented 1 year ago

Is it possible to copy the hex as a string?

I have read in this comment that the copied code is encoded in base64, but I would like to get the hex codes as a string. Is this somehow possible?

lramos15 commented 1 year ago

This is not currently possible but something we are looking to improve. Will close in favor of tracking #341