|
|
|
@ -4,6 +4,18 @@
|
|
|
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 |
|
|
|
|
"version": "0.2.0", |
|
|
|
|
"configurations": [ |
|
|
|
|
{ |
|
|
|
|
"type": "lldb", |
|
|
|
|
"request": "launch", |
|
|
|
|
"name": "Launch", |
|
|
|
|
"program": "${workspaceFolder}/target/debug/bin", |
|
|
|
|
"args": [], |
|
|
|
|
"cwd": "${workspaceFolder}", |
|
|
|
|
"sourceLanguages": [ |
|
|
|
|
"rust" |
|
|
|
|
], |
|
|
|
|
"stopOnEntry": true |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "(Windows) Launch", |
|
|
|
|
"type": "cppvsdbg", |
|
|
|
@ -11,7 +23,7 @@
|
|
|
|
|
"program": "${workspaceFolder}/target/debug/bin.exe", |
|
|
|
|
"stopAtEntry": false, |
|
|
|
|
"cwd": "${workspaceFolder}", |
|
|
|
|
"environment": [] |
|
|
|
|
"environment": [], |
|
|
|
|
} |
|
|
|
|
] |
|
|
|
|
} |