20 lines
518 B
JSON
20 lines
518 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Daemon",
|
|
"type": "go",
|
|
"request": "launch",
|
|
"mode": "debug",
|
|
"program": "${workspaceFolder}/experimental/daemon/main.go",
|
|
"console": "integratedTerminal",
|
|
"env": {
|
|
"GO_ENV": "development"
|
|
},
|
|
"args": [],
|
|
"cwd": "${workspaceFolder}",
|
|
"stopOnEntry": false,
|
|
"showLog": true
|
|
},
|
|
],
|
|
} |