Added vimspector.json
This commit is contained in:
parent
58a725074f
commit
7e6dc13781
13
.vimspector.json
Normal file
13
.vimspector.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"configurations": {
|
||||
"launch": {
|
||||
"adapter": "CodeLLDB",
|
||||
"filetypes": [ "rust" ],
|
||||
"configuration": {
|
||||
"request": "launch",
|
||||
"program": "${workspaceRoot}/target/debug/oxid_crypt"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user