diff options
| author | Christopher Uhlig | 2025-01-22 02:40:27 +0100 |
|---|---|---|
| committer | Christopher Uhlig | 2025-01-22 02:40:27 +0100 |
| commit | f6e474d27a1398c6d4f2e88c7f2d3797b85217da (patch) | |
| tree | 7dd7bd5f2a151b39498991b567ae51cff8242782 /.vscode/launch copy.json | |
| parent | 78dc50a2bce3c6e31405437189e2990d8fc720ac (diff) | |
| download | minishell-f6e474d27a1398c6d4f2e88c7f2d3797b85217da.tar.gz minishell-f6e474d27a1398c6d4f2e88c7f2d3797b85217da.zip | |
kinda fix for pipe error and again.vs for you db just chnage workfolder gn
Diffstat (limited to '.vscode/launch copy.json')
| -rw-r--r-- | .vscode/launch copy.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.vscode/launch copy.json b/.vscode/launch copy.json new file mode 100644 index 0000000..6dcd55f --- /dev/null +++ b/.vscode/launch copy.json @@ -0,0 +1,13 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "name": "C/C++ Runner: Debug Session", + "type": "lldb", + "request": "launch", + "args": [], + "cwd": "/Users/chuhlig/Documents/", + "program": "/Users/chuhlig/Documents/minishell" + } + ] + }
\ No newline at end of file |
