11 lines
195 B
JSON
11 lines
195 B
JSON
{ "configurations": { "launch": {
|
|
"adapter": "CodeLLDB",
|
|
"filetypes": [ "rust" ],
|
|
"configuration": {
|
|
"request": "launch",
|
|
"program": "${workspaceRoot}/target/debug/matchoptions"
|
|
}
|
|
}
|
|
}
|
|
}
|