diff options
| author | Christopher Uhlig | 2025-01-20 19:32:10 +0100 |
|---|---|---|
| committer | Christopher Uhlig | 2025-01-20 19:32:10 +0100 |
| commit | 852e00cb465b05f13aa6298ce71a1067c0846556 (patch) | |
| tree | 23407cd33e3dc255a9a4a6acb9d67a051ba80f65 /.vscode/launch.json | |
| parent | b73e9e4fda360885035b9b04e9e9aca4724cb285 (diff) | |
| download | minishell-852e00cb465b05f13aa6298ce71a1067c0846556.tar.gz minishell-852e00cb465b05f13aa6298ce71a1067c0846556.zip | |
fixed norm tester 133 remove .vs
Diffstat (limited to '.vscode/launch.json')
| -rw-r--r-- | .vscode/launch.json | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 86fa44a..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/merged_minishell/", - "program": "/Users/chuhlig/Desktop/merged_minishell/minishell" - } - ] - }
\ No newline at end of file |
