12 lines
305 B
JSON
12 lines
305 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"type": "cmake",
|
|
"request": "launch",
|
|
"name": "Debug portfile(s)",
|
|
"cmakeDebugType": "external",
|
|
"pipeName": "/tmp/vcpkg_ext_portfile_dbg",
|
|
"preLaunchTask": "Debug vcpkg commands"
|
|
}
|
|
]
|
|
} |