mirror of
https://github.com/aljazceru/pkdns.git
synced 2025-12-17 05:54:21 +01:00
27 lines
753 B
JSON
27 lines
753 B
JSON
{
|
|
// Use IntelliSense to learn about possible attributes.
|
|
// Hover to view descriptions of existing attributes.
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "lldb",
|
|
"request": "launch",
|
|
"name": "Dns Server",
|
|
"cargo": {
|
|
"args": [
|
|
"build",
|
|
"--bin=pkdns",
|
|
"--package=pkdns"
|
|
],
|
|
"filter": {
|
|
"name": "pkdns",
|
|
"kind": "bin"
|
|
}
|
|
},
|
|
"args": [
|
|
],
|
|
"cwd": "${workspaceFolder}"
|
|
},
|
|
]
|
|
} |