rustbook/chapter6/matchoptions/.vimspector.json

11 lines
195 B
JSON
Raw Normal View History

2023-05-27 04:27:38 +00:00
{ "configurations": { "launch": {
"adapter": "CodeLLDB",
"filetypes": [ "rust" ],
"configuration": {
"request": "launch",
"program": "${workspaceRoot}/target/debug/matchoptions"
}
}
}
}