0xid_crypt/.vimspector.json
2024-10-31 00:57:06 +01:00

14 lines
237 B
JSON

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