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
Not sure if this is a RemoteHub bug? Since the hex editor is just using VS Code file system APIs I would expect your writeFile calls to do the right thing.
overwrite.mp4
The text was updated successfully, but these errors were encountered:
* feat: add large file support
For #313
* fix: shift click in hex editor
For #320
* fix: avoid locking file descriptors of natively opened files
* fix: tweak behavior around dirty file detection
Fixes#321
* feat: allow enter to replace and navigate
For #322
* fix: scrolling with non-zero starts being wrong
For #319
Testing microsoft/vscode#138092
Edit a byte in https://github.com/corkami/pocs/blob/befb3632214640a4af20be3b463f41e4b82f04f6/images/jpg/20scans.jpg in RemoteHub on desktop and hit save. On each save the hex editor extension always displays this warning
Not sure if this is a RemoteHub bug? Since the hex editor is just using VS Code file system APIs I would expect your
writeFile
calls to do the right thing.overwrite.mp4
The text was updated successfully, but these errors were encountered: