-
-
Notifications
You must be signed in to change notification settings - Fork 384
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Reproduce:
- Open a file in VSCode
- Delete this file in disk
- Paste a new file with same name but different content
- File out of sync
The server delete the file after 2
(by filewatch), but VSCode did not close this file(VSCode keep the deleted file opening), then VSCode send delta changes at 3
, witch makes out of sync.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working