blob: 15641082d1ae7a4494b064cb12e6d9a8677994cc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"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"
}
}
|