rustbook/chapter6/matchoptions/.vimspector.json

11 lines
195 B
JSON

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