-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"File Cashing" #77
Comments
I can confirm that I can reproduce this: Version: 1.56.0 Plugin Version: 1.8.1 |
Same issue here. Restarting VS Code window solved it. Version: 1.57.0 (user setup) Plugin Version: 1.8.1 |
before this change, the list of known files always grew. Meaning if the file is closed, its data persisted in the memory, but wasn't updated when it was updated externally. Fixed it two ways: first, re-reading the whole file on every change, and removing the file from `_files` on tab closure
noticed that GitHub automatically inserted the comment above. Cool. I intend to send PR for this and other changes from my branch, once I fix the editing issues |
I found a nasty bug related to some cashing I guess.
Scenario:
The hex is the same, modifications are not visible
Also a nice feature would be to move nibble and width settings to right click context menu
The text was updated successfully, but these errors were encountered: