vscode-diff icon indicating copy to clipboard operation
vscode-diff copied to clipboard

Hex diffing

Open AjaniBilby opened this issue 2 years ago • 3 comments

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

AjaniBilby avatar Jul 22 '23 06:07 AjaniBilby

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 🤔

fabiospampinato avatar Aug 02 '23 19:08 fabiospampinato

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)

AjaniBilby avatar Aug 03 '23 00:08 AjaniBilby

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.

fabiospampinato avatar Mar 14 '24 19:03 fabiospampinato