mirror of
https://github.com/BlackMATov/enum.hpp.git
synced 2025-12-12 21:58:57 +07:00
12 lines
255 B
JSON
12 lines
255 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [{
|
|
"name": "LLDB Debug",
|
|
"type": "lldb",
|
|
"request": "launch",
|
|
"program": "${command:cmake.launchTargetPath}",
|
|
"args": [],
|
|
"cwd": "${workspaceFolder}"
|
|
}]
|
|
}
|