aboutsummaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
authorChristopher Uhlig2025-01-20 13:06:34 +0100
committerChristopher Uhlig2025-01-20 13:06:34 +0100
commit8f5abcdb257393a2e576fe382835e8e060662834 (patch)
tree1b923423b22bb59ff10ea07b0700a5a7bdf96f5a /.vscode/launch.json
parent3392f2b811269f174620832d663b09ef4f4e43f3 (diff)
downloadminishell-8f5abcdb257393a2e576fe382835e8e060662834.tar.gz
minishell-8f5abcdb257393a2e576fe382835e8e060662834.zip
merged
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json13
1 files changed, 0 insertions, 13 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
deleted file mode 100644
index 86fa44a..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/merged_minishell/",
- "program": "/Users/chuhlig/Desktop/merged_minishell/minishell"
- }
- ]
- } \ No newline at end of file