Files
nvim-config/example/.vimspector.json
2023-05-07 01:28:27 -04:00

13 lines
229 B
JSON

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