Sfoglia il codice sorgente

Specify the program in launch config

Vishnu Mohandas 4 anni fa
parent
commit
7397f08f0f
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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"
         }
     ]
 }