From 9f48d6912e02fa5fcca46bb5f493bc2267ec8c82 Mon Sep 17 00:00:00 2001 From: Christopher Uhlig Date: Mon, 5 Aug 2024 13:22:54 +0200 Subject: removed .vscode --- .vscode/launch.json | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .vscode/launch.json (limited to '.vscode/launch.json') diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index ecd0fa2..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "version": "0.2.0", - "configurations": [ - { - "name": "C/C++ Runner: Debug Session", - "type": "lldb", - "request": "launch", - "args": [], - "cwd": "/Users/chuhlig/Desktop/minishell/", - "program": "/Users/chuhlig/Desktop/minishell/minishell" - } - ] -} \ No newline at end of file -- cgit v1.2.3