aboutsummaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
authorChristopher Uhlig2025-01-20 17:34:02 +0100
committerChristopher Uhlig2025-01-20 17:34:02 +0100
commit634a3b84b31cbcc5c0c665338e1ef1eb49f25e5d (patch)
treea30f4d0c47a636c822e97efc2678b61d3e2c3dad /.vscode/launch.json
parent8f5abcdb257393a2e576fe382835e8e060662834 (diff)
downloadminishell-634a3b84b31cbcc5c0c665338e1ef1eb49f25e5d.tar.gz
minishell-634a3b84b31cbcc5c0c665338e1ef1eb49f25e5d.zip
fixed a bunch of stuff
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
new file mode 100644
index 0000000..86fa44a
--- /dev/null
+++ b/.vscode/launch.json
@@ -0,0 +1,13 @@
+{
+ "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