You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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 sayingYou cannot diff an unsaved file
The text was updated successfully, but these errors were encountered: