zecwallet-lite/.vscode/launch.json

14 lines
234 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Electron: Renderer",
"type": "chrome",
"request": "attach",
"port": 9223,
"webRoot": "${workspaceFolder}",
"timeout": 150000
}
]
}