mirror of
https://gitee.com/openharmony/third_party_rust_cxx
synced 2024-11-23 07:10:29 +00:00
Merge pull request #641 from capickett/cargo_tests
Include a launch config for cargo tests
This commit is contained in:
commit
958f875178
14
.vscode/launch.json
vendored
14
.vscode/launch.json
vendored
@ -12,6 +12,18 @@
|
||||
"kind": "bin"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Debug cargo tests",
|
||||
"type": "lldb",
|
||||
"request": "launch",
|
||||
"cargo": {
|
||||
"args": ["test", "--no-run"],
|
||||
"filter": {
|
||||
"name": "test",
|
||||
"kind": "test"
|
||||
}
|
||||
}
|
||||
},
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user