diff options
| author | Christopher Uhlig | 2025-01-25 13:01:10 +0100 |
|---|---|---|
| committer | Christopher Uhlig | 2025-01-25 13:01:10 +0100 |
| commit | 87b90103930d83d74baa998866b0995cb8887d51 (patch) | |
| tree | 0eb876341c2794f2165b83c1d339fb3b38e9f711 /.vscode/launch copy.json | |
| parent | 18fb7cb8ae69fc3439266a154aa6b0f947d6805d (diff) | |
| download | minishell-87b90103930d83d74baa998866b0995cb8887d51.tar.gz minishell-87b90103930d83d74baa998866b0995cb8887d51.zip | |
fixed leaks in tokenizer and collectargs also fixed seg for < > and improved value add by $ use
Diffstat (limited to '.vscode/launch copy.json')
| -rw-r--r-- | .vscode/launch copy.json | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.vscode/launch copy.json b/.vscode/launch copy.json deleted file mode 100644 index 6dcd55f..0000000 --- a/.vscode/launch copy.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/Documents/", - "program": "/Users/chuhlig/Documents/minishell" - } - ] - }
\ No newline at end of file |
