rustbook/rectangles/.vimspector.json

16 lines
240 B
JSON

{
"configurations": {
"launch": {
"adapter": "CodeLLDB",
"filetypes": [ "rust" ],
"configuration": {
"request": "launch",
"program": "${workspaceRoot}/target/debug/rectangles"
}
}
}
}