Hex diffing
Is there any possibility you could add support for the hex editor?
Currently when I try and run it in the hex editor I get an error saying You cannot diff an unsaved file
Maybe I could make the extension recognize files opened in the hex editor, but presumably you would like to have an hex editor diff also? I don't think there are APIs for that 🤔
I only know a bit about LSPs and not specifically about VSCode extensions, but it seems like VSCode's hexeditor doesn't have full comparitiblity with it's text editor, so I suspecting implementing this will likely be unncesssarily difficult.
VSCode currently has no diffing of hex files to my knowledge (i.e. git-diff)
As far as I know there are no APIs for implementing this. Once a way to implement this exists I can add support for it.