Uh oh!
There was an error while loading. Please reload this page.
Use language id instead of CodeMirror mode in CodeHintManager - #3270
Conversation
peterflynn
commented
Mar 28, 2013
@iwehrman might want to take a quick look at the changes to the JS hinting code, too. |
iwehrman
commented
Mar 28, 2013
Looks OK to me, assuming "javascript" actually is the language ID for JavaScript. When testing this, it would be good idea to double-check that JavaScript hinting remains disabled on HTML pages inside of script tags. |
WebsiteDeveloper
commented
Mar 28, 2013
@iwehrman i double-checked it and it remains disabled. |
DennisKehrig
commented
Mar 28, 2013
Good timing! I just sorted this in under "Straightforward refactoring" on the language support Wiki page. |
There was a problem hiding this comment.
Missed one ("modeNames") :)
TomMalbran
commented
Mar 28, 2013
@DennisKehrig You can remove the JSLintUtils from that list now :) |
DennisKehrig
commented
Mar 28, 2013
@WebsiteDeveloper Awesome work, looking forward to merging this! |
DennisKehrig
commented
Mar 28, 2013
@TomMalbran Good point! I marked it as done, even though you did all the work. :) |
TomMalbran
commented
Mar 28, 2013
@DennisKehrig That is ok, just wanted to mention it. There is still a second bullet point about JSLint, that I think I covered in the refactor. |
DennisKehrig
commented
Mar 28, 2013
@TomMalbran Thanks again :) I need sleep... |
WebsiteDeveloper
commented
Mar 29, 2013
@DennisKehrig all Done. |
DennisKehrig
commented
Mar 30, 2013
Awesome, I'll check again on Monday! Thank you for your patience :) |
Use language id instead of CodeMirror mode in CodeHintManager
DennisKehrig
commented
Apr 1, 2013
Merged! Seems to have worked well :) |
peterflynn
commented
Apr 2, 2013
@WebsiteDeveloper@DennisKehrig this is a breaking API change for other CodeHintManager clients (e.g. the TypeScript extension). I've added this to the release notes, but can one of you place post a heads-up message in the forum also? |
WebsiteDeveloper
commented
Apr 3, 2013
@peterflynn i put up a notification in the google group |
peterflynn
commented
Apr 3, 2013
Thanks! |
DennisKehrig
commented
Apr 4, 2013
Odd, I installed all the extensions we collected for the extension manager extension, and some added later. The TypeScript extension slipped the feed somehow. Hope it was the only one affected by the change. |
A possible fix for: #3085.