Explorar el Código

Specify the program in launch config

Vishnu Mohandas hace 4 años
padre
commit
7397f08f0f
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      .vscode/launch.json

+ 2 - 1
.vscode/launch.json

@@ -8,7 +8,8 @@
             "name": "Flutter",
             "name": "Flutter",
             "request": "launch",
             "request": "launch",
             "type": "dart",
             "type": "dart",
-            "flutterMode": "debug"
+            "flutterMode": "debug",
+            "program": "lib/main.dart"
         }
         }
     ]
     ]
 }
 }