Improve debug configuration.
All checks were successful
Linting and tests / Linting (push) Successful in 5s
All checks were successful
Linting and tests / Linting (push) Successful in 5s
This commit is contained in:
5
.vscode/launch.json
vendored
5
.vscode/launch.json
vendored
@@ -16,10 +16,11 @@
|
||||
"substitutePath": [
|
||||
{
|
||||
"from": "${workspaceFolder}",
|
||||
"to": "bunker"
|
||||
"to": "/bunkerd/"
|
||||
}
|
||||
],
|
||||
"preLaunchTask": "Run bunkerd debug build"
|
||||
"preLaunchTask": "Run bunkerd debug build",
|
||||
"postDebugTask": "Stop bunkerd debug build"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user