16 lines
305 B
JSON
16 lines
305 B
JSON
{
|
|
"launch config": {
|
|
"body": [
|
|
"{",
|
|
"\t\"name\": \"Launch ${1}\",",
|
|
"\t\"type\": \"go\",",
|
|
"\t\"request\": \"launch\",",
|
|
"\t\"program\": \"cmd/${1}\",",
|
|
"\t\"args\": [${2}],",
|
|
"\t\"outputMode\": \"remote\"",
|
|
"}"
|
|
],
|
|
"description": "package header",
|
|
"prefix": "launch"
|
|
}
|
|
}
|