18 lines
503 B
JSON
18 lines
503 B
JSON
|
{
|
||
|
"version": "0.0.1",
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "gosplash",
|
||
|
"type": "go",
|
||
|
"request": "launch",
|
||
|
"mode": "auto",
|
||
|
"program": "${workspaceFolder}/main.go",
|
||
|
"env": {
|
||
|
"GOSPLASH_APIKEY": "hQ17Lw5A-3PeXA8OCZUtngRKYbDrXoTwawW6Eh1bP-w",
|
||
|
"GOSPLASH_QUERY": "wallpaper hd abstract",
|
||
|
"GOSPLASH_COUNT": "10"
|
||
|
},
|
||
|
"args": ["/tmp/gosplash"]
|
||
|
}
|
||
|
]
|
||
|
}
|