{ "version": "0.2.0", "configurations": [ { "name": "filcnaplo", "cwd": "filcnaplo", "request": "launch", "type": "dart", "toolArgs": [ "--dart-define=APPVER=$(cat pubspec.yaml | grep version: | cut -d' ' -f2 | cut -d+ -f1)" ] }, { "name": "filcnaplo release", "cwd": "filcnaplo release", "request": "launch", "type": "dart", "flutterMode": "release", "program": "lib/main.dart", "toolArgs": [ "--dart-define=APPVER=$(cat pubspec.yaml | grep version: | cut -d' ' -f2 | cut -d+ -f1)" ] }, { "name": "Flutter", "program": "lib/main.dart", "cwd": "filcnaplo", "request": "launch", "type": "dart", "flutterMode": "debug" } ] }