mirror of https://github.com/4yn/brokenithm-kb
17 lines
399 B
JSON
17 lines
399 B
JSON
![]() |
{
|
||
|
"version": "0.2.0",
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Launch",
|
||
|
"type": "cppvsdbg",
|
||
|
"request": "launch",
|
||
|
"program": "${command:cmake.launchTargetPath}",
|
||
|
"args": [],
|
||
|
"stopAtEntry": false,
|
||
|
"cwd": "${workspaceFolder}",
|
||
|
"environment": [],
|
||
|
"externalConsole": true
|
||
|
}
|
||
|
]
|
||
|
}
|