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 66 "program" : " ${workspaceFolder}/example/lib/main.dart" ,
77 "request" : " launch" ,
88 "type" : " dart" ,
9- "args" : [
10- " --debug"
11- ],
12- "cwd" : " ${workspaceFolder}/example/"
9+ "flutterMode" : " debug" ,
10+ "cwd" : " example/"
1311 },
1412 {
1513 "name" : " Run on build_runner" ,
1917 "args" : [
2018 " build"
2119 ],
22- "cwd" : " ${workspaceFolder}/ example/"
20+ "cwd" : " example/"
2321 },
2422 {
2523 "name" : " Run on flutter_gen_command" ,
2624 "program" : " ${workspaceFolder}/packages/command/bin/flutter_gen_command.dart" ,
2725 "request" : " launch" ,
2826 "type" : " dart" ,
29- "args" : [
30- " --config" ,
31- " ${workspaceFolder}/example/pubspec.yaml"
32- ],
33- "cwd" : " ${workspaceFolder}/packages/command/"
27+ "cwd" : " example/"
3428 }
3529 ]
3630}
You can’t perform that action at this time.
0 commit comments