WASAPhoto/.vscode/launch.json

16 lines
530 B
JSON
Raw Normal View History

2022-11-17 16:22:48 +01:00
{
// Usare IntelliSense per informazioni sui possibili attributi.
// Al passaggio del mouse vengono visualizzate le descrizioni degli attributi esistenti.
// Per altre informazioni, visitare: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Launch Package",
"type": "go",
"request": "launch",
"mode": "auto",
2022-11-24 14:46:29 +01:00
"buildFlags": "-tags webui",
2022-11-17 16:22:48 +01:00
"program": "./cmd/webapi"
}
]
}