-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CLOSED] Live Dev is Broken #4934
Comments
Comment by peterflynn Crud, looks like we missed a subtle diff between the two APIs that were merged -- one includes the leading "." and the other doesn't. Excluding the "." seems more correct but that means changing a public API. Do we have any sense of how many callers it has? |
Comment by peterflynn I only see one call each in JSUtils and FileIndexManager, but the other question is how many extensions might be using it... |
Comment by peterflynn The other option is to keep the weird "."-prefixed public API bug with a deprecation warning, and put up a new one with the cleaner semantic before ripping out the old one next sprint. I'm not exactly in love with the current API name anyway :-) |
Comment by njx I did a grep in all the existing extensions using I highly recommend BracketsExtensionGrabber, btw. (Note that it's missing one of the deps in the package.json currently--I put up a pull request to fix that.) |
Comment by njx BTW, the extensions were angularui.angularjs, brackets-code-folding, and pflynn.svg.preview. |
Comment by JeffryBooher FBNC |
Comment by redmunds Confirmed. Closing. |
Comment by peterflynn I updated the release notes & filed #5368 for permanently removing the old deprecated API. Will file bugs on the extensions shortly. |
Issue by redmunds
Friday Sep 27, 2013 at 19:07 GMT
Originally opened as adobe/brackets#5365
Results
Error "Open an HTML file in order to launch live preview"
git bisect
points to this commit: adobe/brackets@68a5189In this pull request: adobe/brackets#5224
cc:
@
peterflynn@
JeffryBooherThe text was updated successfully, but these errors were encountered: