stef-levesque / vscode-hexdump

hexdump for Visual Studio Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cannot refresh when file update

csjjzhou opened this issue · comments

reproduce:
step1: create a file "a.txt"
step2: use hexdump
step3: delete "a.txt"
step4: create a new file "a.txt"
step5: use hexdump

now, you can see, new hex file "a.txt.hexdump" same to old file "a.txt.hexdump"
and hexdump plugin show an error: "ENOENT: no such file or directory, watch 'd:\xxxx\a.txt'"

if i reload vscode, hexdump can show correct content!

Same thing happens to me.

Happends to me, using hexeditor instead.