P2
This commit is contained in:
15
P1/.vscode/launch.json
vendored
Normal file
15
P1/.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "C/C++ Runner: Debug Session",
|
||||
"type": "cppvsdbg",
|
||||
"request": "launch",
|
||||
"args": [],
|
||||
"stopAtEntry": false,
|
||||
"console": "externalTerminal",
|
||||
"cwd": ".",
|
||||
"program": "build/Debug/outDebug"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user