asg-server/.vscode/launch.json
Aleksandr Soloshenko 159523154a Initial commit
2022-10-06 09:12:01 +07:00

16 lines
508 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/smsgateway/main.go",
"cwd": "${workspaceRoot}",
}
]
}