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
We observed that the Test Explorer behaves differently whether the indexer has completed or not.
We may have to ensure the Test Explorer items populate only after the indexer completes.
class ActiveSupportTimeExtSpec < ::DslSpec was not populating correctly when we opened the Test Explorer panel too quickly after a VS Code reload, because the ancestor could not be linearized in time.
The text was updated successfully, but these errors were encountered:
We observed that the Test Explorer behaves differently whether the indexer has completed or not.
We may have to ensure the Test Explorer items populate only after the indexer completes.
class ActiveSupportTimeExtSpec < ::DslSpec
was not populating correctly when we opened the Test Explorer panel too quickly after a VS Code reload, because the ancestor could not be linearized in time.The text was updated successfully, but these errors were encountered: