Чт 19 июн 2025 02:57:51 MSK

This commit is contained in:
Alexander Neonxp Kiryukhin 2025-06-19 02:57:51 +03:00
parent a45c845978
commit 26341d565a
Signed by: NeonXP
SSH key fingerprint: SHA256:SVt7TjxbVc87m1QYaQziOJ0N3OCFURv2g76gD/UTTXI
10 changed files with 162 additions and 16 deletions

View file

@ -0,0 +1,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"
}
}

View file

@ -5,6 +5,10 @@
{
"language": "go",
"path": "./go.json"
},
{
"language": "json",
"path": "./json.json"
}
]
}