ashilkn 3 éve
szülő
commit
b3c34b38cd
1 módosított fájl, 1 hozzáadás és 31 törlés
  1. 1 31
      .vscode/launch.json

+ 1 - 31
.vscode/launch.json

@@ -4,7 +4,7 @@
     // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
     // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
     "version": "0.2.0",
     "version": "0.2.0",
     "configurations": [
     "configurations": [
-
+    
         {
         {
             "name": "Android Prod",
             "name": "Android Prod",
             "request": "launch",
             "request": "launch",
@@ -47,35 +47,5 @@
                 "endpoint=http://localhost:8080",
                 "endpoint=http://localhost:8080",
             ]
             ]
         },
         },
-        {
-            "name": "Tab",
-            "request": "launch",
-            "type": "dart",
-            "deviceId": "emulator-5554",
-            "flutterMode": "debug",
-            "program": "lib/main.dart",
-            "args": [
-                "--flavor",
-                "independent"
-            ]
-        },
-        {
-            "name": "Phone",
-            "request": "launch",
-            "type": "dart",
-            "deviceId": "emulator-5556",
-            "flutterMode": "debug",
-            "program": "lib/main.dart",
-            "args": [
-                "--flavor",
-                "independent"
-            ]
-        }
-    ],
-    "compounds": [
-        {
-            "name": "Tab and Phone",
-            "configurations": ["Tab", "Phone"]
-        }
     ]
     ]
 }
 }