Skip to content

Commit

Permalink
chore: add launch.json for vscode (#3166)
Browse files Browse the repository at this point in the history
Adds a shortcut to launch Flutter from vs code by using the debug panel.
  • Loading branch information
VaiTon authored Oct 18, 2022
1 parent 24514c3 commit 3b2a12f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"configurations": [
{
"name": "Gooogle Play flavor",
"type": "dart",
"request": "launch",
"program": "packages/app/lib/entrypoints/android/main_google_play.dart"
}
]
}

0 comments on commit 3b2a12f

Please sign in to comment.