cfjedimaster / brackets-jshint

Adds JSHint support to Brackets
MIT License
130 stars 41 forks source link

Issue when panel is not showing #12

Closed Bankall closed 11 years ago

Bankall commented 11 years ago

Hello,

I got an issue where when I clicked on "Enable JsHint" nothing happened. I looked a little and it appears LanguageManager.getLanguageForPath(fileEntry) failed to return javascript for my file (the name was : footer.js).

I hardcoded "javascript" as default language as a quick fix, but i guess i'm not alone in this case.

Anyway, great work. Christian

cfjedimaster commented 11 years ago

I can confirm that it is broken for me too. Looks like the recent change broke it. Checking.

cfjedimaster commented 11 years ago

Fixed.