brackets-userland / brackets-git

brackets-git — git extension for adobe/brackets
Other
656 stars 192 forks source link

Extension does not load #1145

Closed spietrek closed 9 years ago

spietrek commented 9 years ago

I am having an issue where the Brackets Git extension only load very infrequently. I didn't notice this issue prior to the last update. I turned on Debug; however, the extension is not loading so nothing is added to the Brackets console. Generally, it takes ~10-20 times restarting Brackets before it finally loads.

The other extensions I have loaded include:

  1. AngularJS Code Hints
  2. Brackets Beautify
  3. Brackets Bower
  4. Brackets Commands Quick Search
  5. Brackets Css Color Preview
  6. Brackets Dash
  7. Brackets Git
  8. Brackets Icons
  9. Ceratrior II theme
  10. Duplicate Files & Folders
  11. Extensions Rating
  12. File Tree Exclude
  13. HTML Block Selector
  14. Indent Guides
  15. Interactive Linter
  16. Markdown Preview
  17. Minifier
  18. Minimap
  19. Paste & Indent
  20. Select Lines
  21. Tabs - Custom Working
  22. Whitespace Normalizer

What should I look out for to determine why the extension is not loading?

Thanks

-Steve

zaggino commented 9 years ago

Hi Steve, to start, disable/uninstall all extensions except Brackets Git and see if the problem persists, if it doesn't then try enabling extensions one by one to see which one is causing a problem. If it does persist even with all disabled, try deleting state.json typically in C:\Users\<username>\AppData\Roaming\Brackets

spietrek commented 9 years ago

Thanks. I will try it out.

-Steve Pietrek

On Aug 18, 2015, at 5:09 PM, Martin Zagora notifications@github.com wrote:

Hi Steve, to start, disable/uninstall all extensions except Brackets Git and see if the problem persists, if it doesn't then try enabling extensions one by one to see which one is causing a problem. If it does persist even with all disabled, try deleting state.json typically in C:\Users\AppData\Roaming\Brackets

— Reply to this email directly or view it on GitHub.

spietrek commented 9 years ago

I removed the following extensions and have not had another occurrence of the extension not loading.

  1. Brackets Dash
  2. HTML Block Selector
  3. Markdown Preview
  4. Minifier
  5. Select Lines

Not sure which one caused the error, assuming it is fixed, but I'm leaning toward Minifier since the other extensions were installed for a few months and the issue just started occurring within the past few weeks (during this time I installed Minifier).

Thanks

zaggino commented 9 years ago

Ah, yes - this has happened before: https://github.com/zaggino/brackets-git/issues/911#issuecomment-74401480 https://github.com/zaggino/brackets-git/issues/766#issuecomment-60834785

zaggino commented 9 years ago

And also see https://github.com/wylst/brackets-minifier/issues/23 :)

spietrek commented 9 years ago

Ha! Interesting. Glad things are working now. Really enjoy using your extension!

-Steve Pietrek

On Aug 20, 2015, at 8:29 PM, Martin Zagora notifications@github.com wrote:

Ah, yes - this has happened before:

911 (comment)

766 (comment)

— Reply to this email directly or view it on GitHub.