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
{{ message }}
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
In #943, extension loading was changed to support extension unit tests. This change was made to ensure the test Brackets window was fully initialized before the test begins execution.
Issue #954 shows that extension load failures now crash Brackets on init.
Brackets should revert to it's old behavior of completely loading the UI before loading extensions. To support unit tests, we will fire a new event (or some equivalent) to ensure extensions are loaded before extension unit tests execute.
The text was updated successfully, but these errors were encountered:
In #943, extension loading was changed to support extension unit tests. This change was made to ensure the test Brackets window was fully initialized before the test begins execution.
Issue #954 shows that extension load failures now crash Brackets on init.
Brackets should revert to it's old behavior of completely loading the UI before loading extensions. To support unit tests, we will fire a new event (or some equivalent) to ensure extensions are loaded before extension unit tests execute.
The text was updated successfully, but these errors were encountered: