2022-11-09 08:57:56 +01:00
|
|
|
{
|
|
|
|
// Use IntelliSense to learn about possible attributes.
|
|
|
|
// Hover to view descriptions of existing attributes.
|
|
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
|
|
"version": "0.2.0",
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "Launch Package",
|
|
|
|
"type": "go",
|
|
|
|
"request": "launch",
|
|
|
|
"mode": "auto",
|
|
|
|
"program": "${fileDirname}",
|
2025-01-22 11:56:34 +00:00
|
|
|
"args": ["-c", "./config/config.json"]
|
2022-11-09 08:57:56 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|