gosplash/.vscode/launch.json
2023-11-23 14:24:28 +01:00

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"]
}
]
}