The Flutter target picker shows: "launch configuration issues: version must be the int..."
I've created a .sofluffy/lumide/launch.json (using the schema from the lumide_flutter extension's schemas/launch.schema.json) and I have the .vscode/launch.json which i use in vscode. Lumide won't use nither of 'em.
Workaround
Using the "Custom Arguments" option from the Flutter toolbar context menu ( main.dart → : → "Custom Arguments") and pasting --dart-define args works.
Environment
- OS: Windows 11
- Lumide version:
0.16.1
lumide_flutter extension: v1.11.0
The Flutter target picker shows: "launch configuration issues: version must be the int..."
I've created a
.sofluffy/lumide/launch.json(using the schema from thelumide_flutterextension'sschemas/launch.schema.json) and I have the.vscode/launch.jsonwhich i use in vscode. Lumide won't use nither of 'em.Workaround
Using the "Custom Arguments" option from the Flutter toolbar context menu (
main.dart→:→ "Custom Arguments") and pasting--dart-defineargs works.Environment
0.16.1lumide_flutterextension:v1.11.0