Explorar o código

Specify the program in launch config

Vishnu Mohandas %!s(int64=4) %!d(string=hai) anos
pai
achega
7397f08f0f
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      .vscode/launch.json

+ 2 - 1
.vscode/launch.json

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