angularjs - How do I stop the following "External changes" message in Brackets -


i using brackets angular. when alt-tab , come brackets presents me seemingly helpful message.

brackets message "external changes made"

i turn off. don't think live preview feature because still seem message when close browser session auto reload files.

regards

after digging around appears indeed issue in brackets. suspect happening in case have unsaved changes in js file when focus away brackets. when return brackets filesyncmanager in brackets picks might have changed js file cant work out happened in brackets or outside, safely displays message, albeit misleadingly. issue highlighted in github issue issue#10341

i have not yet tried install autosave extension through extensions manager in brackets see if resolves issue.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -