-
Notifications
You must be signed in to change notification settings - Fork 340
Closed
Labels
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(); |