* 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
19 lines
440 B
JSON
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
|
|
}
|
|
]
|
|
}
|