All checks were successful
Linting and tests / Linting (push) Successful in 5s
26 lines
973 B
JSON
26 lines
973 B
JSON
{
|
||
// Используйте IntelliSense, чтобы узнать о возможных атрибутах.
|
||
// Наведите указатель мыши, чтобы просмотреть описания существующих атрибутов.
|
||
// Для получения дополнительной информации посетите: https://go.microsoft.com/fwlink/?linkid=830387
|
||
"version": "0.2.0",
|
||
"configurations": [
|
||
{
|
||
"name": "bunkerd docker debug",
|
||
"type": "go",
|
||
"debugAdapter": "dlv-dap",
|
||
"request": "attach",
|
||
"mode": "remote",
|
||
"port": 54401,
|
||
"host": "127.0.0.1",
|
||
"stopOnEntry": true,
|
||
"substitutePath": [
|
||
{
|
||
"from": "${workspaceFolder}",
|
||
"to": "bunker"
|
||
}
|
||
],
|
||
"preLaunchTask": "Run bunkerd debug build"
|
||
}
|
||
]
|
||
}
|