diff --git a/.vscode/launch.json b/.vscode/launch.json index bff795b..8cc3a0f 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -7,8 +7,11 @@ { "name": "filcnaplo", "cwd": "filcnaplo", - "request": "attach", + "request": "launch", "type": "dart", + "toolArgs": [ + "--dart-define=APPVER=$(cat pubspec.yaml | grep version: | cut -d' ' -f2 | cut -d+ -f1)" + ] } ] } \ No newline at end of file