{ "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" } }