mirror of
https://github.com/NexVeridian/ark-invest-api-rust.git
synced 2025-09-02 01:49:11 +00:00
43 lines
No EOL
905 B
JSON
43 lines
No EOL
905 B
JSON
{
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "lldb",
|
|
"request": "launch",
|
|
"name": "Debug executable 'ark-invest-api-rust-data'",
|
|
"cargo": {
|
|
"args": [
|
|
"build",
|
|
"--bin=ark-invest-api-rust-data",
|
|
"--package=ark-invest-api-rust-data"
|
|
],
|
|
"filter": {
|
|
"name": "ark-invest-api-rust-data",
|
|
"kind": "bin"
|
|
}
|
|
},
|
|
"args": [],
|
|
"cwd": "${workspaceFolder}"
|
|
},
|
|
{
|
|
"type": "lldb",
|
|
"request": "launch",
|
|
"name": "Debug unit tests in executable 'ark-invest-api-rust-data'",
|
|
"cargo": {
|
|
"args": [
|
|
"test",
|
|
"--no-run",
|
|
"--bin=ark-invest-api-rust-data",
|
|
"--package=ark-invest-api-rust-data"
|
|
],
|
|
"filter": {
|
|
"name": "ark-invest-api-rust-data",
|
|
"kind": "bin"
|
|
}
|
|
},
|
|
"args": [],
|
|
"cwd": "${workspaceFolder}"
|
|
}
|
|
]
|
|
} |