CodeEdit
CodeEdit copied to clipboard
🐞 External File Updates Are Not Reflected in Open Files
Description
Files need to update when their contents are updated externally.
To Reproduce
- Open a file
- Open it in another editor
- Edit it in the other editor & save
- CodeEdit does not update file contents
Expected Behavior
CodeEdit updates file contents.
Version Information
CodeEdit: 0.2.0
Additional Context
One thing to consider:
- If CodeEdit has changes, need to alert the user that there's conflicting versions of the file.
Screenshots
No response