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
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: