Skip to content

Commit

Permalink
Update launch.json
Browse files Browse the repository at this point in the history
  • Loading branch information
HrX03 committed Jun 10, 2023
1 parent 0fea2d4 commit e1a4272
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "pangolin_desktop",
"request": "launch",
"type": "dart"
},
{
"name": "pangolin_desktop (profile)",
"request": "launch",
"type": "dart",
"flutterMode": "profile"
},
{
"name": "pangolin_desktop (release)",
"request": "launch",
"type": "dart",
"flutterMode": "release"
}
]
}

0 comments on commit e1a4272

Please sign in to comment.