From a7a6c3c0876136d642cec54a451f9a41372113c7 Mon Sep 17 00:00:00 2001
From: unknown <55nknown@pm.me>
Date: Tue, 31 Aug 2021 14:17:14 +0200
Subject: [PATCH] vscode

---
 .vscode/launch.json | 70 ++++++++-------------------------------------
 1 file changed, 12 insertions(+), 58 deletions(-)

diff --git a/.vscode/launch.json b/.vscode/launch.json
index 59225ee..ced4510 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -1,60 +1,14 @@
 {
-    // Use IntelliSense to learn about possible attributes.
-    // Hover to view descriptions of existing attributes.
-    // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
-    "version": "0.2.0",
-    "configurations": [
-        {
-            "name": "filcnaplo",
-            "cwd": "filcnaplo",
-            "request": "launch",
-            "type": "dart"
-        },
-        {
-            "name": "filcnaplo (profile mode)",
-            "cwd": "filcnaplo",
-            "request": "launch",
-            "type": "dart",
-            "flutterMode": "profile"
-        },
-        {
-            "name": "filcnaplo_desktop_ui",
-            "cwd": "filcnaplo_desktop_ui",
-            "request": "launch",
-            "type": "dart"
-        },
-        {
-            "name": "filcnaplo_desktop_ui (profile mode)",
-            "cwd": "filcnaplo_desktop_ui",
-            "request": "launch",
-            "type": "dart",
-            "flutterMode": "profile"
-        },
-        {
-            "name": "filcnaplo_kreta_api",
-            "cwd": "filcnaplo_kreta_api",
-            "request": "launch",
-            "type": "dart"
-        },
-        {
-            "name": "filcnaplo_kreta_api (profile mode)",
-            "cwd": "filcnaplo_kreta_api",
-            "request": "launch",
-            "type": "dart",
-            "flutterMode": "profile"
-        },
-        {
-            "name": "filcnaplo_mobile_ui",
-            "cwd": "filcnaplo_mobile_ui",
-            "request": "launch",
-            "type": "dart"
-        },
-        {
-            "name": "filcnaplo_mobile_ui (profile mode)",
-            "cwd": "filcnaplo_mobile_ui",
-            "request": "launch",
-            "type": "dart",
-            "flutterMode": "profile"
-        }
-    ]
+  // Use IntelliSense to learn about possible attributes.
+  // Hover to view descriptions of existing attributes.
+  // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
+  "version": "0.2.0",
+  "configurations": [
+    {
+      "name": "filcnaplo",
+      "cwd": "filcnaplo",
+      "request": "launch",
+      "type": "dart"
+    }
+  ]
 }
\ No newline at end of file