microsoft / vscode-hexeditor

VS Code Hex Editor
https://marketplace.visualstudio.com/items?itemName=ms-vscode.hexeditor
MIT License
525 stars 85 forks source link

can not open file with permissions added after failed open #440

Open shutaozhenzhen opened 1 year ago

shutaozhenzhen commented 1 year ago

I read file in linux server with samba to windows on vscode

First try to read file with only read permission and failed.

Then I chmod 777 file on linux server

try to read file, and fail again

after reload/reopen vscode I can read file by hex.

Seems only check permission once