You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @jhatwich! This extension uses the FileIndexManager API, which is deprecated as of Brackets Sprint 34 (the next release).
It should continue to work for now (though you may want to test to make sure!). The deprecated APIs will be removed around the end of this year, so you should migrate away from them before then.
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).
@jhatwich The long-deprecated Brackets FileIndexManager module reported here will be removed in the very near future, possibly in 1.1. You will need to update your extension on order to preserve future Brackets compatibility.
Hi @jhatwich! This extension uses the
FileIndexManager
API, which is deprecated as of Brackets Sprint 34 (the next release).It should continue to work for now (though you may want to test to make sure!). The deprecated APIs will be removed around the end of this year, so you should migrate away from them before then.
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.
The text was updated successfully, but these errors were encountered: