wpw-final/.vscode/tasks.json
2022-12-02 20:40:23 +07:00

11 lines
No EOL
239 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "Run dlv",
"type": "shell",
"command": "dlv dap --check-go-version --listen 127.0.0.1:10500",
"group": "build",
},
],
}