Skip to content

Commit

Permalink
chore: update launch.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabeef committed Sep 27, 2022
1 parent 9a7aeec commit 7735309
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@
"program": "${workspaceFolder}/example/lib/main.dart",
"request": "launch",
"type": "dart",
"args": [
"--debug"
],
"cwd": "${workspaceFolder}/example/"
"flutterMode": "debug",
"cwd": "example/"
},
{
"name": "Run on build_runner",
Expand All @@ -19,18 +17,14 @@
"args": [
"build"
],
"cwd": "${workspaceFolder}/example/"
"cwd": "example/"
},
{
"name": "Run on flutter_gen_command",
"program": "${workspaceFolder}/packages/command/bin/flutter_gen_command.dart",
"request": "launch",
"type": "dart",
"args": [
"--config",
"${workspaceFolder}/example/pubspec.yaml"
],
"cwd": "${workspaceFolder}/packages/command/"
"cwd": "example/"
}
]
}

0 comments on commit 7735309

Please sign in to comment.