-
Notifications
You must be signed in to change notification settings - Fork 344
Closed
Labels
upstream in dart / flutterNeeds changing in Dart or FlutterNeeds changing in Dart or Flutter
Description
Describe the bug
The Dart SDK has migrated to a pub workspace, which should unblock lots of the IDE functionality that we were previously missing.
However when I tried it today whenever I try to run a test, I get " * The test run did not record any output. ".
To Reproduce
Steps to reproduce the behavior:
- Open up the dart SDK (probably just a single package, such as pkg/dtd).
- Open up a test (such as pkg/dtd/test/dart_tooling_daemon_test.dart)
- Click the "play" button to the left of any given test/group
Expected behavior
It should run the test and show the result
Please complete the following information:
You can run the Dart: Collect Diagnostic Information command from the VS Code command palette (F1) to easily capture this information or provide it manually.
- Operating System and version:
- VS Code version:
- Dart extension version:
- Dart/Flutter SDK version:
- latest master
- Target device (if the issue relates to Flutter debugging):
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
upstream in dart / flutterNeeds changing in Dart or FlutterNeeds changing in Dart or Flutter