Skip to content

Commit

Permalink
chore: add debug configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
etabakov committed Jul 29, 2021
1 parent 30ea1df commit eb0f53e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "fivekmrun_app_flutter",
"cwd": "fivekmrun_app_flutter",
"request": "launch",
"type": "dart"
},
{
"name": "fivekmrun_app_flutter (profile mode)",
"cwd": "fivekmrun_app_flutter",
"request": "launch",
"type": "dart",
"flutterMode": "profile"
}
]
}

0 comments on commit eb0f53e

Please sign in to comment.