cvc/src/loreal.com/.vscode/launch.json

24 lines
676 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 ces",
"type": "go",
"request": "launch",
"mode": "debug",
"program": "C:\\Users\\larry.yu2\\go\\src\\loreal.com\\dit\\cmd\\ceh-cs-portal\\main.go"
},
{
"name": "Debug CCS",
"type": "go",
"request": "launch",
"mode": "debug",
"program": "${workspaceFolder}\\dit\\cmd\\coupon-service\\main.go"
}
]
}