TrueChartsClone/.vscode/launch.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
}
]
}