mikaeljorhult / brackets-todo

Brackets/Edge Code extension that displays all TODO comments in current document or project.
144 stars 37 forks source link

Deprecated filesystem APIs #21

Closed peterflynn closed 10 years ago

peterflynn commented 10 years ago

This extension uses APIs which are deprecated as of Brackets Sprint 34 (the next release):

These APIs should continue to work for now (though please test your extension to be sure!). However, the deprecated APIs will be removed around the end of this year, so you should migrate away from them soon.

It should be fairly straightforward to migrate to the new APIs. (And if you release an updated extension requiring the new APIs, users of earlier Brackets versions will still be able to install the older release of your extension that is compatible with their build).

See this discussion thread for more background on the API changes.

mikaeljorhult commented 10 years ago

Thank you Peter. I've been following the discussions on Google Groups and will start implementing this shortly.