原文:https://www.jianshu.com/p/e4cca4fe6478
--------------------
{
"version": "0.2.0",
"configurations": [
{
"name": "golang",
"type": "go",
"request": "launch",
"mode": "auto",
//当运行单个文件时{workspaceFolder}可改为{file}
"program": "${workspaceFolder}",
"env": {},
"args": []
}
]
}
【转】【VSCode】golang的调试配置launch.json
原文:https://www.cnblogs.com/oxspirt/p/15120287.html