Add missing .vscode files
This commit is contained in:
parent
326bef2755
commit
0111ee1176
2 changed files with 19 additions and 0 deletions
11
.vscode/launch.json
vendored
11
.vscode/launch.json
vendored
|
|
@ -47,6 +47,17 @@
|
|||
"cwd": "${workspaceFolder}",
|
||||
"stopAtEntry": false,
|
||||
"console": "internalConsole"
|
||||
},
|
||||
{
|
||||
"name": "aoc-2024-05 Debug",
|
||||
"type": "coreclr",
|
||||
"request": "launch",
|
||||
"preLaunchTask": "dotnet: build aoc-2024-05",
|
||||
"program": "${workspaceFolder}/artifacts/bin/aoc-2024-05/debug/aoc-2024-05.dll",
|
||||
"args": ["part-one", "data/2024/05/dev.txt"],
|
||||
"cwd": "${workspaceFolder}",
|
||||
"stopAtEntry": false,
|
||||
"console": "internalConsole"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue