diff --git a/.vimspector.json b/.vimspector.json new file mode 100644 index 0000000..22ecfae --- /dev/null +++ b/.vimspector.json @@ -0,0 +1,13 @@ +{ + "configurations": { + "launch": { + "adapter": "CodeLLDB", + "filetypes": [ "rust" ], + "configuration": { + "request": "launch", + "program": "${workspaceRoot}/target/debug/oxid_crypt" + } + } + } +} +