File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change 6
6
"program" : " ${workspaceFolder}/example/lib/main.dart" ,
7
7
"request" : " launch" ,
8
8
"type" : " dart" ,
9
- "args" : [
10
- " --debug"
11
- ],
12
- "cwd" : " ${workspaceFolder}/example/"
9
+ "flutterMode" : " debug" ,
10
+ "cwd" : " example/"
13
11
},
14
12
{
15
13
"name" : " Run on build_runner" ,
19
17
"args" : [
20
18
" build"
21
19
],
22
- "cwd" : " ${workspaceFolder}/ example/"
20
+ "cwd" : " example/"
23
21
},
24
22
{
25
23
"name" : " Run on flutter_gen_command" ,
26
24
"program" : " ${workspaceFolder}/packages/command/bin/flutter_gen_command.dart" ,
27
25
"request" : " launch" ,
28
26
"type" : " dart" ,
29
- "args" : [
30
- " --config" ,
31
- " ${workspaceFolder}/example/pubspec.yaml"
32
- ],
33
- "cwd" : " ${workspaceFolder}/packages/command/"
27
+ "cwd" : " example/"
34
28
}
35
29
]
36
30
}
You can’t perform that action at this time.
0 commit comments