vscode go 调试 launch.json
2020-03-02 13:32 ycliu912 阅读(4712) 评论(0) 收藏 举报{ // 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": [] } ] }
浙公网安备 33010602011771号