asg-server/.vscode/launch.json
Aleksandr Soloshenko 3a43b51c9c Fixed: launch file
2023-10-31 23:46:26 +07:00

16 lines
509 B
JSON

{
// 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": "${workspaceRoot}/cmd/sms-gateway/main.go",
"cwd": "${workspaceRoot}",
}
]
}