Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hex diffing #25

Open
AjaniBilby opened this issue Jul 22, 2023 · 3 comments
Open

Hex diffing #25

AjaniBilby opened this issue Jul 22, 2023 · 3 comments

Comments

@AjaniBilby
Copy link

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

@fabiospampinato
Copy link
Owner

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 🤔

@AjaniBilby
Copy link
Author

AjaniBilby commented Aug 3, 2023

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)

@fabiospampinato fabiospampinato changed the title Hex Editor Support Hex diffing Mar 14, 2024
@fabiospampinato
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants