2021-10-31 10:36:45 +01:00
|
|
|
{
|
|
|
|
"version": "0.2.0",
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "Electron: Main",
|
2022-03-01 22:15:33 +01:00
|
|
|
"cwd": "${workspaceFolder}",
|
2021-10-31 10:36:45 +01:00
|
|
|
"port": 9222,
|
|
|
|
"request": "attach",
|
|
|
|
"sourceMaps": true,
|
|
|
|
"type": "node",
|
|
|
|
"timeout": 1000000
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Electron: Renderer",
|
|
|
|
"port": 9223,
|
|
|
|
"request": "attach",
|
|
|
|
"sourceMaps": true,
|
|
|
|
"type": "chrome",
|
|
|
|
"webRoot": "${workspaceFolder}"
|
2022-04-28 10:34:44 +02:00
|
|
|
}
|
2021-10-31 10:36:45 +01:00
|
|
|
],
|
|
|
|
"compounds": [
|
|
|
|
{
|
|
|
|
"name": "Electron: All",
|
|
|
|
"configurations": ["Electron: Main", "Electron: Renderer"]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|