mirror of
https://github.com/topjohnwu/cxx.git
synced 2025-02-23 09:30:45 +00:00
18 lines
401 B
JSON
18 lines
401 B
JSON
![]() |
{
|
||
|
"version": "0.2.0",
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Run cxx demo",
|
||
|
"type": "lldb",
|
||
|
"request": "launch",
|
||
|
"cargo": {
|
||
|
"args": ["build", "--manifest-path", "demo/Cargo.toml"],
|
||
|
"filter": {
|
||
|
"name": "demo",
|
||
|
"kind": "bin"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|