{ "version": "0.2.0", "configurations": [ { "name": "Debug executable", "type": "lldb", "request": "launch", "program": "${workspaceFolder}/target/debug/nyash_server", "args": [], "cwd": "${workspaceFolder}/src", // Set to your desired directory "stopAtEntry": false } ] }