mirror of
https://github.com/KaySar12/NextZen-UserService.git
synced 2025-03-15 15:15:35 +07:00
15 lines
441 B
JSON
15 lines
441 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "UserService (localhost)",
|
|
"type": "go",
|
|
"debugAdapter": "dlv-dap",
|
|
"request": "launch",
|
|
"port": 2345,
|
|
"host": "127.0.0.1",
|
|
"mode": "exec",
|
|
"program": "${workspaceFolder}/dist/casaos-user-service-amd64_linux_amd64_v1/build/sysroot/usr/bin/casaos-user-service"
|
|
}
|
|
]
|
|
} |