0xid_crypt/.vimspector.json

14 lines
237 B
JSON
Raw Normal View History

2024-10-31 00:57:06 +01:00
{
"configurations": {
"launch": {
"adapter": "CodeLLDB",
"filetypes": [ "rust" ],
"configuration": {
"request": "launch",
"program": "${workspaceRoot}/target/debug/oxid_crypt"
}
}
}
}