diff options
| author | Christopher Uhlig | 2024-08-05 13:22:54 +0200 |
|---|---|---|
| committer | Christopher Uhlig | 2024-08-05 13:22:54 +0200 |
| commit | 9f48d6912e02fa5fcca46bb5f493bc2267ec8c82 (patch) | |
| tree | 18d51dc06411456061481213057576ffee37cbb8 /.vscode/launch.json | |
| parent | d3474100c72be3384d8fe8ca9e6a24260d0c1b52 (diff) | |
| download | minishell-9f48d6912e02fa5fcca46bb5f493bc2267ec8c82.tar.gz minishell-9f48d6912e02fa5fcca46bb5f493bc2267ec8c82.zip | |
removed .vscode
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 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 |
