{ "version": "0.2.0", "configurations": [ { "type": "lldb", "request": "launch", "name": "Debug", "preLaunchTask": "rust: cargo build", "program": "target/debug/telnet_server", "args": [], "cwd": "${workspaceFolder}" } ] }