Skip to content

Commit 32a5a71

Browse files
committed
Initial vscode launch
1 parent 6a929de commit 32a5a71

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.vscode/launch.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"name": "Application",
6+
"request": "launch",
7+
"type": "dart",
8+
"flutterMode": "debug",
9+
}
10+
]
11+
}

0 commit comments

Comments
 (0)