mirror of
https://github.com/topjohnwu/cxx.git
synced 2025-02-22 00:54:33 +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"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|