obs-access-signer/.vscode/tasks.json
Nugraha 9bba39a811
All checks were successful
continuous-integration/drone/push Build is passing
all: initial files
2022-12-05 03:40:04 +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",
},
],
}