Skip to content

Commit 2a34410

Browse files
chore: update launch.json
1 parent feddbe0 commit 2a34410

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.vscode/launch.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"type": "codelldb",
66
"request": "launch",
77
"cwd": "${workspaceFolder}",
8-
"program": "${workspaceFolder}/zig-out/bin/cpplings_cli",
9-
"args": ["src/main.zig"]
8+
"program": "${workspaceFolder}/zig-out/bin/cpplings_cli"
109
}
1110
]
1211
}

0 commit comments

Comments
 (0)