Open core-ai-bot opened 3 years ago
Comment by redmunds Friday Nov 07, 2014 at 18:02 GMT
@
sagarmj76 Does it still happen after Debug > Reload Without Extensions ?
Comment by dangoor Wednesday Nov 12, 2014 at 18:05 GMT
You didn't see this in 0.44? Does this happen when grunt is not running?
Comment by dangoor Wednesday Nov 12, 2014 at 18:07 GMT
I'll note that this could be related to large numbers of file watcher changes causing a lot of churn in the file tree.
Comment by sagarmj76 Wednesday Nov 12, 2014 at 18:10 GMT
I think you probably may be right. There are too many file watchers. It did not happen with the earlier release but does happen with the latest release. I am able to work now without loading extensions but i am at a disadvantage here I guess (not using the extentions).
Comment by dangoor Wednesday Nov 12, 2014 at 18:16 GMT
@
sagarmj76 Assuming my theory about the cause is right, I expect that we'll have this fixed in 1.1.
Comment by peterflynn Friday Nov 21, 2014 at 19:20 GMT
@
dangoor Did the debouncing fix land yet? If so can we FBNC this?
Comment by dangoor Monday Dec 08, 2014 at 21:40 GMT
I've just put up a pull request that could fix this issue.
Comment by dangoor Wednesday Dec 10, 2014 at 16:09 GMT
I believe this should now be fixed on master. Please reopen this if Brackets 1.1 doesn't fix the problem for you once it's released.
Issue by sagarmj76 Friday Nov 07, 2014 at 05:45 GMT Originally opened as https://github.com/adobe/brackets/issues/9851
The IDE keeps hanging and I have to keep restarting the IDE to work. I have a grunt project and watch task running behind the scene to do hot deployment and development. The previous version never used to hang. Is there any way around it?