From b811a22b7bca39a459be87b84af2702ce6d0af0c Mon Sep 17 00:00:00 2001
From: Marek Blok <Marek.Blok@pg.edu.pl>
Date: Fri, 25 Jun 2021 15:33:56 +0200
Subject: [PATCH] minor update

---
 Cw1/.vscode/launch.json | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/Cw1/.vscode/launch.json b/Cw1/.vscode/launch.json
index c36eb40..aa3e76c 100644
--- a/Cw1/.vscode/launch.json
+++ b/Cw1/.vscode/launch.json
@@ -24,25 +24,6 @@
                 }
             ],
             "preLaunchTask": "Build Ex1_task3.cpp"
-        },
-        {
-            "name": "(gdb) Launch",
-            "type": "cppdbg",
-            "request": "launch",
-            "program": "wprowadź nazwę programu, na przykład ${workspaceFolder}/a.out",
-            "args": [],
-            "stopAtEntry": false,
-            "cwd": "${workspaceFolder}",
-            "environment": [],
-            "externalConsole": false,
-            "MIMode": "gdb",
-            "setupCommands": [
-                {
-                    "description": "Włącz formatowanie kodu dla gdb",
-                    "text": "-enable-pretty-printing",
-                    "ignoreFailures": true
-                }
-            ]
         }
     ]
 }
\ No newline at end of file
-- 
GitLab