Working with Visual Studio Code I have noticed if a file you are working on changes, whenever that file gets focused in a code panel - it will be reloaded from the disk (if you don't have changes in the file through VSCode).
However, if you are on that file, there is no alert or warning about these, external file changes.
I've been reviewing the settings and I cannot find any option like:
Detect when file is changed outside the VSCode
So my question: Is there any hidden setting or some hack to make that warning happen.
Update
Solved in version 0.3.0 of Visual Studio Code.
VSCode will never refresh the file if you have changes in that file that are not saved to disk. However, if the file is open and does not have changes, it will replace with the changes on disk, that is true.
There is currently no way to disable this behaviour.