stef-levesque / vscode-hexdump

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

Fix update on save and on file changed #67

Closed joeywang4 closed 4 years ago

joeywang4 commented 5 years ago

I fixed some issues regarding updating the hex dump of the edited files. For example, #66 and #17. I changed the usage of fs.watch function and it can now update the dump after the source file is changed (probably by other application). Also, the decorations and status bar will be updated after the file is saved.