From 7e6dc13781f4179d0420f3f87d9b33e452998423 Mon Sep 17 00:00:00 2001 From: _N0x Date: Thu, 31 Oct 2024 00:57:06 +0100 Subject: [PATCH] Added vimspector.json --- .vimspector.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .vimspector.json 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" + } + } + } +} +