aboutsummaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
authorDominik Kaiser2025-01-20 18:49:21 +0100
committerGitHub2025-01-20 18:49:21 +0100
commitee1ea5ebfd335580cae3f05c814887547e10ac2b (patch)
treeb257a3786ded25e3d1bd9b1071a85cd3b6fe9f60 /.vscode/launch.json
parent4e249399780b53dad6fa1bf6db8a7c6d32ee2d13 (diff)
parent9fa887da20e409c2f25fac44b57f999e508a30ea (diff)
downloadminishell-ee1ea5ebfd335580cae3f05c814887547e10ac2b.tar.gz
minishell-ee1ea5ebfd335580cae3f05c814887547e10ac2b.zip
Merge branch 'miau' into some-fixes
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