github.com/lovung/GoCleanArchitecture@v0.0.0-20210302152432-50d91fd29f9f/.vimspector.json (about) 1 { 2 "configurations": { 3 "run": { 4 "adapter": "vscode-go", 5 "configuration": { 6 "args": [ 7 "--http_port=$HTTP_PORT" 8 ], 9 "cwd": "${workspaceRoot}", 10 "dlvToolPath": "$HOME/go/bin/dlv", 11 "env": { 12 "log_level": "debug", 13 "HTTP_TIMEOUT": "3s" 14 }, 15 "mode": "debug", 16 "name": "Launch core", 17 "program": "${workspaceRoot}/cmd/services/core", 18 "request": "launch" 19 } 20 } 21 } 22 }