2021-03-02 14:43:07 +00:00
|
|
|
{
|
|
|
|
"version": "0.2.0",
|
|
|
|
"configurations": [
|
|
|
|
{
|
2021-05-19 18:51:35 +00:00
|
|
|
"name": "Common",
|
|
|
|
"type": "go",
|
2021-03-02 14:43:07 +00:00
|
|
|
"request": "launch",
|
2021-05-19 18:51:35 +00:00
|
|
|
"mode": "test",
|
|
|
|
"remotePath": "",
|
|
|
|
"port": 2345,
|
|
|
|
"host": "127.0.0.1",
|
|
|
|
"program": "${workspaceRoot}/charts/library/common/tests/",
|
|
|
|
"env": {},
|
|
|
|
"args": ["-test.v"],
|
|
|
|
"showLog": true
|
2021-03-02 14:43:07 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|