adobe-research / theseus

A pretty darn cool JavaScript debugger for Brackets
Other
1.34k stars 69 forks source link

Deprecated filesystem APIs #43

Closed peterflynn closed 10 years ago

peterflynn commented 10 years ago

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

These APIs should continue to work for now (though please test 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 Theseus that is compatible with their build).

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