mirror of
https://github.com/akyaiy/GoSally-mvp.git
synced 2026-01-03 07:12:26 +00:00
17 lines
285 B
JSON
17 lines
285 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Debug Go program",
|
|
"type": "go",
|
|
"request": "launch",
|
|
"mode": "debug",
|
|
"program": "${workspaceFolder}",
|
|
"args": [
|
|
"run",
|
|
"-t", "1,2,3"
|
|
],
|
|
"env": {},
|
|
}
|
|
]
|
|
} |