Added vimspector.json

This commit is contained in:
_N0x 2024-10-31 00:57:06 +01:00
parent 58a725074f
commit 7e6dc13781

13
.vimspector.json Normal file
View File

@ -0,0 +1,13 @@
{
"configurations": {
"launch": {
"adapter": "CodeLLDB",
"filetypes": [ "rust" ],
"configuration": {
"request": "launch",
"program": "${workspaceRoot}/target/debug/oxid_crypt"
}
}
}
}