vscode go 调试 launch.json
2021-04-12 16:28
标签:over lin intel exist form ssi use ace inf vscode go 调试 launch.json 标签:over lin intel exist form ssi use ace inf 原文地址:https://www.cnblogs.com/ycliu912/p/12395194.html{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Launch",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}"//"{file}",
"env": {},
"args": []
}
]
}
文章标题:vscode go 调试 launch.json
文章链接:http://soscw.com/index.php/essay/74794.html