vscode go 调试 launch.json

{
    // 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": []
        }
    ]
}

猜你喜欢

转载自www.cnblogs.com/ycliu912/p/12395194.html
今日推荐