mirror of
https://github.com/status-im/c-kzg-4844.git
synced 2025-02-18 21:16:57 +00:00
14 lines
321 B
JSON
14 lines
321 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "lldb",
|
|
"request": "launch",
|
|
"name": "Launch",
|
|
"preLaunchTask": "build",
|
|
"program": "${fileDirname}/tests.exe",
|
|
"args": [],
|
|
"cwd": "${workspaceFolder}"
|
|
}
|
|
]
|
|
} |