Files
truecharts/.vscode/launch.json
Kjeld Schouten-Lebbing d3033f71fb port most recent changes from KAH (#478)
* port most recent changes from KAH

* add general shizzle

* add rests of go tests

* whoops

* hmm

* make pre-release wait more

* try another synthaxis

* okey...

* test-> tests

* Make unittests a bit more usefull
2021-05-19 20:51:35 +02:00

19 lines
440 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Common",
"type": "go",
"request": "launch",
"mode": "test",
"remotePath": "",
"port": 2345,
"host": "127.0.0.1",
"program": "${workspaceRoot}/charts/library/common/tests/",
"env": {},
"args": ["-test.v"],
"showLog": true
}
]
}