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
Many CI tests are failing because we have tests for Stagehand but it no longer works on the latest dev SDKs (because it doesn't support null safety).
The package has been discontinued for a long time in favour of "dart create" so we should remove support here (and associated tests) and just provide a message if someone invokes Dart: New Project on a pre-Dart 2.10 SDK.
The text was updated successfully, but these errors were encountered:
Many CI tests are failing because we have tests for Stagehand but it no longer works on the latest dev SDKs (because it doesn't support null safety).
The package has been discontinued for a long time in favour of "dart create" so we should remove support here (and associated tests) and just provide a message if someone invokes Dart: New Project on a pre-Dart 2.10 SDK.
The text was updated successfully, but these errors were encountered: