This commit is contained in:
John Smith
2023-03-04 16:32:50 -05:00
parent f9d8d1688f
commit f47e977657
4 changed files with 5 additions and 17 deletions

14
.vscode/launch.json vendored
View File

@@ -21,20 +21,6 @@
"rust"
]
},
{
"type": "lldb",
"request": "launch",
"name": "Launch remote veilid-server",
"program": "${workspaceFolder}/target/debug/veilid-server",
"initCommands": [
"platform select remote-linux",
"platform connect connect://127.0.0.1:6969",
"settings set target.inherit-env false",
],
"sourceLanguages": [
"rust"
]
},
{
"type": "lldb",
"request": "attach",