-
Notifications
You must be signed in to change notification settings - Fork 344
Closed
Labels
in flutterRelates to running Flutter appsRelates to running Flutter appsis enhancementAn enhancement or improvement that should be listed in release notes but is not a bug fix.An enhancement or improvement that should be listed in release notes but is not a bug fix.
Milestone
Description
We show an error here, but no offer of a log file (and the Open Extension Log won't work as the extension has not initialised properly). It should be easier to track down what's happened.
Dart-Code/src/extension/sdk/flutter.ts
Lines 28 to 30 in cd9483f
| logger.error(`Failed to initialize Flutter: Process exited with code ${code}.`); | |
| window.showErrorMessage(`Failed to initialize Flutter: Process exited with code ${code}.`); | |
| reject(); |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
in flutterRelates to running Flutter appsRelates to running Flutter appsis enhancementAn enhancement or improvement that should be listed in release notes but is not a bug fix.An enhancement or improvement that should be listed in release notes but is not a bug fix.