rustbook/.vimspector.json
2023-05-27 00:27:38 -04:00

41 lines
772 B
JSON

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