rustbook/chapter6/.vimspector.json

11 lines
187 B
JSON
Raw Normal View History

2023-05-26 05:03:08 +00:00
{ "configurations": { "launch": {
"adapter": "CodeLLDB",
"filetypes": [ "rust" ],
"configuration": {
"request": "launch",
"program": "${workspaceRoot}/target/debug/HERE"
}
}
}
}