14 lines
329 B
JSON
14 lines
329 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
} |