Dyalog / link

Source code for Link – the built-in component that enables the use of text files as the primary storage mechanism for APL source code
https://dyalog.github.io/link
MIT License
19 stars 10 forks source link

Link can miss updates when a "Revert" is done from VS Code #492

Open mkromberg opened 2 years ago

mkromberg commented 2 years ago

While using VS Code to watch and make changes to a linked folder managed by Git, I have observed that doing a "Revert" from VS Code can be missed by Link, even though a normal "Save" of the edited file from VS Code works fine.

I suspect a race condition in File System Watcher handling, but have not yet been able to reproduce this reliably (so far only in a pre-release of v19.0). I will investigate, probably after Dyalog'22.