{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "type": "lldb", "request": "launch", "name": "Debug Day 2", "program": "${workspaceFolder}/day_2/target/debug/day_2", "args": [], "cwd": "${workspaceFolder}/day_2/target/debug" }, { "type": "lldb", "request": "launch", "name": "Debug Day 3", "program": "${workspaceFolder}/day_3/target/debug/day_3", "args": [], "cwd": "${workspaceFolder}/day_3/target/debug" }, { "type": "lldb", "request": "launch", "name": "Debug Day 4", "program": "${workspaceFolder}/day_4/target/debug/day_4", "args": [], "cwd": "${workspaceFolder}/day_4/target/debug" } ] }