mirror of
https://github.com/grafana/grafana.git
synced 2025-01-24 15:27:01 -06:00
Add debug option for Golang tests in vscode (#61983)
This commit is contained in:
parent
88347caf5f
commit
d54cda62a3
8
.vscode/launch.json
vendored
8
.vscode/launch.json
vendored
@ -27,6 +27,14 @@
|
||||
"console": "integratedTerminal",
|
||||
"internalConsoleOptions": "neverOpen",
|
||||
"port": 9229
|
||||
},
|
||||
{
|
||||
"name": "Debug Go test",
|
||||
"type": "go",
|
||||
"request": "launch",
|
||||
"mode": "test",
|
||||
"program": "${workspaceFolder}/${relativeFileDirname}",
|
||||
"showLog": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user