Skip to content

Commit

Permalink
chore: adds profile run option
Browse files Browse the repository at this point in the history
  • Loading branch information
Ascenio committed May 7, 2024
1 parent 0b246fe commit c49e2df
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,14 @@
"--dart-define-from-file=env.json"
]
},
{
"name": "profile",
"request": "launch",
"type": "dart",
"flutterMode": "profile",
"args": [
"--dart-define-from-file=env.json"
]
},
]
}

0 comments on commit c49e2df

Please sign in to comment.