advent-of-code-2023/.vscode/launch.json

632 lines
22 KiB
JSON
Raw Normal View History

2020-11-26 22:46:03 +01:00
{
// 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": [
{
"name": "day 01",
"type": "cppvsdbg",
"request": "launch",
2021-11-24 05:56:51 +01:00
"program": "${workspaceFolder}/zig-out/bin/day01.exe",
2020-11-26 22:46:03 +01:00
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": "integratedTerminal",
2020-11-26 22:46:03 +01:00
"preLaunchTask": "build day 01",
},
{
"name": "day 02",
"type": "cppvsdbg",
"request": "launch",
2021-11-24 05:56:51 +01:00
"program": "${workspaceFolder}/zig-out/bin/day02.exe",
2020-11-26 22:46:03 +01:00
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": "integratedTerminal",
2020-11-26 22:46:03 +01:00
"preLaunchTask": "build day 02",
},
{
"name": "day 03",
"type": "cppvsdbg",
"request": "launch",
2021-11-24 05:56:51 +01:00
"program": "${workspaceFolder}/zig-out/bin/day03.exe",
2020-11-26 22:46:03 +01:00
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": "integratedTerminal",
2020-11-26 22:46:03 +01:00
"preLaunchTask": "build day 03",
},
{
"name": "day 04",
"type": "cppvsdbg",
"request": "launch",
2021-11-24 05:56:51 +01:00
"program": "${workspaceFolder}/zig-out/bin/day04.exe",
2020-11-26 22:46:03 +01:00
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": "integratedTerminal",
2020-11-26 22:46:03 +01:00
"preLaunchTask": "build day 04",
},
{
"name": "day 05",
"type": "cppvsdbg",
"request": "launch",
2021-11-24 05:56:51 +01:00
"program": "${workspaceFolder}/zig-out/bin/day05.exe",
2020-11-26 22:46:03 +01:00
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": "integratedTerminal",
2020-11-26 22:46:03 +01:00
"preLaunchTask": "build day 05",
},
{
"name": "day 06",
"type": "cppvsdbg",
"request": "launch",
2021-11-24 05:56:51 +01:00
"program": "${workspaceFolder}/zig-out/bin/day06.exe",
2020-11-26 22:46:03 +01:00
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": "integratedTerminal",
2020-11-26 22:46:03 +01:00
"preLaunchTask": "build day 06",
},
{
"name": "day 07",
"type": "cppvsdbg",
"request": "launch",
2021-11-24 05:56:51 +01:00
"program": "${workspaceFolder}/zig-out/bin/day07.exe",
2020-11-26 22:46:03 +01:00
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": "integratedTerminal",
2020-11-26 22:46:03 +01:00
"preLaunchTask": "build day 07",
},
{
"name": "day 08",
"type": "cppvsdbg",
"request": "launch",
2021-11-24 05:56:51 +01:00
"program": "${workspaceFolder}/zig-out/bin/day08.exe",
2020-11-26 22:46:03 +01:00
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": "integratedTerminal",
2020-11-26 22:46:03 +01:00
"preLaunchTask": "build day 08",
},
{
"name": "day 09",
"type": "cppvsdbg",
"request": "launch",
2021-11-24 05:56:51 +01:00
"program": "${workspaceFolder}/zig-out/bin/day09.exe",
2020-11-26 22:46:03 +01:00
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": "integratedTerminal",
2020-11-26 22:46:03 +01:00
"preLaunchTask": "build day 09",
},
{
"name": "day 10",
"type": "cppvsdbg",
"request": "launch",
2021-11-24 05:56:51 +01:00
"program": "${workspaceFolder}/zig-out/bin/day10.exe",
2020-11-26 22:46:03 +01:00
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": "integratedTerminal",
2020-11-26 22:46:03 +01:00
"preLaunchTask": "build day 10",
},
{
"name": "day 11",
"type": "cppvsdbg",
"request": "launch",
2021-11-24 05:56:51 +01:00
"program": "${workspaceFolder}/zig-out/bin/day11.exe",
2020-11-26 22:46:03 +01:00
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": "integratedTerminal",
2020-11-26 22:46:03 +01:00
"preLaunchTask": "build day 11",
},
{
"name": "day 12",
"type": "cppvsdbg",
"request": "launch",
2021-11-24 05:56:51 +01:00
"program": "${workspaceFolder}/zig-out/bin/day12.exe",
2020-11-26 22:46:03 +01:00
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": "integratedTerminal",
2020-11-26 22:46:03 +01:00
"preLaunchTask": "build day 12",
},
{
"name": "day 13",
"type": "cppvsdbg",
"request": "launch",
2021-11-24 05:56:51 +01:00
"program": "${workspaceFolder}/zig-out/bin/day13.exe",
2020-11-26 22:46:03 +01:00
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": "integratedTerminal",
2020-11-26 22:46:03 +01:00
"preLaunchTask": "build day 13",
},
{
"name": "day 14",
"type": "cppvsdbg",
"request": "launch",
2021-11-24 05:56:51 +01:00
"program": "${workspaceFolder}/zig-out/bin/day14.exe",
2020-11-26 22:46:03 +01:00
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": "integratedTerminal",
2020-11-26 22:46:03 +01:00
"preLaunchTask": "build day 14",
},
{
"name": "day 15",
"type": "cppvsdbg",
"request": "launch",
2021-11-24 05:56:51 +01:00
"program": "${workspaceFolder}/zig-out/bin/day15.exe",
2020-11-26 22:46:03 +01:00
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": "integratedTerminal",
2020-11-26 22:46:03 +01:00
"preLaunchTask": "build day 15",
},
{
"name": "day 16",
"type": "cppvsdbg",
"request": "launch",
2021-11-24 05:56:51 +01:00
"program": "${workspaceFolder}/zig-out/bin/day16.exe",
2020-11-26 22:46:03 +01:00
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": "integratedTerminal",
2020-11-26 22:46:03 +01:00
"preLaunchTask": "build day 16",
},
{
"name": "day 17",
"type": "cppvsdbg",
"request": "launch",
2021-11-24 05:56:51 +01:00
"program": "${workspaceFolder}/zig-out/bin/day17.exe",
2020-11-26 22:46:03 +01:00
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": "integratedTerminal",
2020-11-26 22:46:03 +01:00
"preLaunchTask": "build day 17",
},
{
"name": "day 18",
"type": "cppvsdbg",
"request": "launch",
2021-11-24 05:56:51 +01:00
"program": "${workspaceFolder}/zig-out/bin/day18.exe",
2020-11-26 22:46:03 +01:00
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": "integratedTerminal",
2020-11-26 22:46:03 +01:00
"preLaunchTask": "build day 18",
},
{
"name": "day 19",
"type": "cppvsdbg",
"request": "launch",
2021-11-24 05:56:51 +01:00
"program": "${workspaceFolder}/zig-out/bin/day19.exe",
2020-11-26 22:46:03 +01:00
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": "integratedTerminal",
2020-11-26 22:46:03 +01:00
"preLaunchTask": "build day 19",
},
{
"name": "day 20",
"type": "cppvsdbg",
"request": "launch",
2021-11-24 05:56:51 +01:00
"program": "${workspaceFolder}/zig-out/bin/day20.exe",
2020-11-26 22:46:03 +01:00
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": "integratedTerminal",
2020-11-26 22:46:03 +01:00
"preLaunchTask": "build day 20",
},
{
"name": "day 21",
"type": "cppvsdbg",
"request": "launch",
2021-11-24 05:56:51 +01:00
"program": "${workspaceFolder}/zig-out/bin/day21.exe",
2020-11-26 22:46:03 +01:00
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": "integratedTerminal",
2020-11-26 22:46:03 +01:00
"preLaunchTask": "build day 21",
},
{
"name": "day 22",
"type": "cppvsdbg",
"request": "launch",
2021-11-24 05:56:51 +01:00
"program": "${workspaceFolder}/zig-out/bin/day22.exe",
2020-11-26 22:46:03 +01:00
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": "integratedTerminal",
2020-11-26 22:46:03 +01:00
"preLaunchTask": "build day 22",
},
{
"name": "day 23",
"type": "cppvsdbg",
"request": "launch",
2021-11-24 05:56:51 +01:00
"program": "${workspaceFolder}/zig-out/bin/day23.exe",
2020-11-26 22:46:03 +01:00
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": "integratedTerminal",
2020-11-26 22:46:03 +01:00
"preLaunchTask": "build day 23",
},
{
"name": "day 24",
"type": "cppvsdbg",
"request": "launch",
2021-11-24 05:56:51 +01:00
"program": "${workspaceFolder}/zig-out/bin/day24.exe",
2020-11-26 22:46:03 +01:00
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": "integratedTerminal",
2020-11-26 22:46:03 +01:00
"preLaunchTask": "build day 24",
},
{
"name": "day 25",
"type": "cppvsdbg",
"request": "launch",
2021-11-24 05:56:51 +01:00
"program": "${workspaceFolder}/zig-out/bin/day25.exe",
2020-11-26 22:46:03 +01:00
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": "integratedTerminal",
2020-11-26 22:46:03 +01:00
"preLaunchTask": "build day 25",
},
{
"name": "all tests",
"type": "cppvsdbg",
"request": "launch",
"program": "${workspaceFolder}/zig-out/bin/test_all.exe",
"args": ["std.testing.zig_exe_path is unavailable"],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": "integratedTerminal",
"preLaunchTask": "build tests",
},
{
"name": "tests: util.zig",
"type": "cppvsdbg",
"request": "launch",
"program": "${workspaceFolder}/zig-out/bin/test_util.exe",
"args": ["std.testing.zig_exe_path is unavailable"],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": "integratedTerminal",
"preLaunchTask": "build tests util",
},
{
"name": "tests: day 01",
"type": "cppvsdbg",
"request": "launch",
"program": "${workspaceFolder}/zig-out/bin/test_day01.exe",
"args": ["std.testing.zig_exe_path is unavailable"],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": "integratedTerminal",
"preLaunchTask": "build tests day01",
},
{
"name": "tests: day 02",
"type": "cppvsdbg",
"request": "launch",
"program": "${workspaceFolder}/zig-out/bin/test_day02.exe",
"args": ["std.testing.zig_exe_path is unavailable"],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": "integratedTerminal",
"preLaunchTask": "build tests day02",
},
{
"name": "tests: day 03",
"type": "cppvsdbg",
"request": "launch",
"program": "${workspaceFolder}/zig-out/bin/test_day03.exe",
"args": ["std.testing.zig_exe_path is unavailable"],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": "integratedTerminal",
"preLaunchTask": "build tests day03",
},
{
"name": "tests: day 04",
"type": "cppvsdbg",
"request": "launch",
"program": "${workspaceFolder}/zig-out/bin/test_day04.exe",
"args": ["std.testing.zig_exe_path is unavailable"],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": "integratedTerminal",
"preLaunchTask": "build tests day04",
},
{
"name": "tests: day 05",
"type": "cppvsdbg",
"request": "launch",
"program": "${workspaceFolder}/zig-out/bin/test_day05.exe",
"args": ["std.testing.zig_exe_path is unavailable"],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": "integratedTerminal",
"preLaunchTask": "build tests day05",
},
{
"name": "tests: day 06",
"type": "cppvsdbg",
"request": "launch",
"program": "${workspaceFolder}/zig-out/bin/test_day06.exe",
"args": ["std.testing.zig_exe_path is unavailable"],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": "integratedTerminal",
"preLaunchTask": "build tests day06",
},
{
"name": "tests: day 07",
"type": "cppvsdbg",
"request": "launch",
"program": "${workspaceFolder}/zig-out/bin/test_day07.exe",
"args": ["std.testing.zig_exe_path is unavailable"],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": "integratedTerminal",
"preLaunchTask": "build tests day07",
},
{
"name": "tests: day 08",
"type": "cppvsdbg",
"request": "launch",
"program": "${workspaceFolder}/zig-out/bin/test_day08.exe",
"args": ["std.testing.zig_exe_path is unavailable"],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": "integratedTerminal",
"preLaunchTask": "build tests day08",
},
{
"name": "tests: day 09",
"type": "cppvsdbg",
"request": "launch",
"program": "${workspaceFolder}/zig-out/bin/test_day09.exe",
"args": ["std.testing.zig_exe_path is unavailable"],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": "integratedTerminal",
"preLaunchTask": "build tests day09",
},
{
"name": "tests: day 10",
"type": "cppvsdbg",
"request": "launch",
"program": "${workspaceFolder}/zig-out/bin/test_day10.exe",
"args": ["std.testing.zig_exe_path is unavailable"],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": "integratedTerminal",
"preLaunchTask": "build tests day10",
},
{
"name": "tests: day 11",
"type": "cppvsdbg",
"request": "launch",
"program": "${workspaceFolder}/zig-out/bin/test_day11.exe",
"args": ["std.testing.zig_exe_path is unavailable"],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": "integratedTerminal",
"preLaunchTask": "build tests day11",
},
{
"name": "tests: day 12",
"type": "cppvsdbg",
"request": "launch",
"program": "${workspaceFolder}/zig-out/bin/test_day12.exe",
"args": ["std.testing.zig_exe_path is unavailable"],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": "integratedTerminal",
"preLaunchTask": "build tests day12",
},
{
"name": "tests: day 13",
"type": "cppvsdbg",
"request": "launch",
"program": "${workspaceFolder}/zig-out/bin/test_day13.exe",
"args": ["std.testing.zig_exe_path is unavailable"],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": "integratedTerminal",
"preLaunchTask": "build tests day13",
},
{
"name": "tests: day 14",
"type": "cppvsdbg",
"request": "launch",
"program": "${workspaceFolder}/zig-out/bin/test_day14.exe",
"args": ["std.testing.zig_exe_path is unavailable"],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": "integratedTerminal",
"preLaunchTask": "build tests day14",
},
{
"name": "tests: day 15",
"type": "cppvsdbg",
"request": "launch",
"program": "${workspaceFolder}/zig-out/bin/test_day15.exe",
"args": ["std.testing.zig_exe_path is unavailable"],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": "integratedTerminal",
"preLaunchTask": "build tests day15",
},
{
"name": "tests: day 16",
"type": "cppvsdbg",
"request": "launch",
"program": "${workspaceFolder}/zig-out/bin/test_day16.exe",
"args": ["std.testing.zig_exe_path is unavailable"],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": "integratedTerminal",
"preLaunchTask": "build tests day16",
},
{
"name": "tests: day 17",
"type": "cppvsdbg",
"request": "launch",
"program": "${workspaceFolder}/zig-out/bin/test_day17.exe",
"args": ["std.testing.zig_exe_path is unavailable"],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": "integratedTerminal",
"preLaunchTask": "build tests day17",
},
{
"name": "tests: day 18",
"type": "cppvsdbg",
"request": "launch",
"program": "${workspaceFolder}/zig-out/bin/test_day18.exe",
"args": ["std.testing.zig_exe_path is unavailable"],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": "integratedTerminal",
"preLaunchTask": "build tests day18",
},
{
"name": "tests: day 19",
"type": "cppvsdbg",
"request": "launch",
"program": "${workspaceFolder}/zig-out/bin/test_day19.exe",
"args": ["std.testing.zig_exe_path is unavailable"],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": "integratedTerminal",
"preLaunchTask": "build tests day19",
},
{
"name": "tests: day 20",
"type": "cppvsdbg",
"request": "launch",
"program": "${workspaceFolder}/zig-out/bin/test_day20.exe",
"args": ["std.testing.zig_exe_path is unavailable"],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": "integratedTerminal",
"preLaunchTask": "build tests day20",
},
{
"name": "tests: day 21",
"type": "cppvsdbg",
"request": "launch",
"program": "${workspaceFolder}/zig-out/bin/test_day21.exe",
"args": ["std.testing.zig_exe_path is unavailable"],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": "integratedTerminal",
"preLaunchTask": "build tests day21",
},
{
"name": "tests: day 22",
"type": "cppvsdbg",
"request": "launch",
"program": "${workspaceFolder}/zig-out/bin/test_day22.exe",
"args": ["std.testing.zig_exe_path is unavailable"],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": "integratedTerminal",
"preLaunchTask": "build tests day22",
},
{
"name": "tests: day 23",
"type": "cppvsdbg",
"request": "launch",
"program": "${workspaceFolder}/zig-out/bin/test_day23.exe",
"args": ["std.testing.zig_exe_path is unavailable"],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": "integratedTerminal",
"preLaunchTask": "build tests day23",
},
{
"name": "tests: day 24",
"type": "cppvsdbg",
"request": "launch",
"program": "${workspaceFolder}/zig-out/bin/test_day24.exe",
"args": ["std.testing.zig_exe_path is unavailable"],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": "integratedTerminal",
"preLaunchTask": "build tests day24",
},
{
"name": "tests: day 25",
"type": "cppvsdbg",
"request": "launch",
"program": "${workspaceFolder}/zig-out/bin/test_day25.exe",
"args": ["std.testing.zig_exe_path is unavailable"],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": "integratedTerminal",
"preLaunchTask": "build tests day25",
},
2020-11-26 22:46:03 +01:00
]
}