mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-03-14 14:16:15 +01:00
15 lines
489 B
JSON
15 lines
489 B
JSON
|
{
|
||
|
// 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",
|
||
|
"program": "./cmd/webapi"
|
||
|
}
|
||
|
]
|
||
|
}
|