diff --git a/Cw1/.vscode/launch.json b/Cw1/.vscode/launch.json
index c36eb40195134d8df5f5bc789e6b9774572d778d..aa3e76c53c587e712469eaf01ddf536aac072122 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