stef-levesque / vscode-hexdump

hexdump for Visual Studio Code
MIT License
138 stars 27 forks source link

Incoherent cache #39

Closed Yanpas closed 3 years ago

Yanpas commented 6 years ago

I've a program that truncates and writes some content to a file. If I right-click file and press show hexdump the contect will be stale.

stef-levesque commented 6 years ago

Are you closing all hexdump tabs before showing a new hexdump ?

Yanpas commented 6 years ago

Yes, I was closing them. I've reloaded vs code window and cannot reproduce. I will reopen issue when I will have steps to reproduce

sergburn commented 5 years ago

For me it occurs every time. Debugging C code, the application deletes and recreates small binary file on each run. But once opened its hexdump does not change ever until "Reload Window" is done. Even if the tab is closed and the dump is reopened. I also tried "File: Revert File" from command palette - nothing works.

Mac OS 10.13.6, VSCode 1.29.1, hexdump v1.7.2. Would be great if you re-checked this case. If you need some other information from me, please tell.

youkaichao commented 5 years ago

It bothers me, too.

Mac OS 10.13.6 (17G6030) VSCode 1.34.0 (1.34.0) hexdump 1.7.2

PhyX-Meow commented 3 years ago

Same here

stef-levesque commented 3 years ago

TBH, since Microsoft now makes its own Hex Editor, I'm thinking about deprecating my own extension.

WebFreak001 commented 3 years ago

the performance on Microsoft's hex editor has been a lot worse when I tried it and I love the hover on this one + so far always used this one instead, can you reconsider deprecating this?