mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2025-04-28 15:38:51 +02:00
17 lines
349 B
JSON
17 lines
349 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Electron: Main",
|
|
"type": "node",
|
|
"request": "launch",
|
|
"program": "${workspaceFolder}/node_modules/electron/dist/electron",
|
|
"args": ["."],
|
|
"protocol": "inspector",
|
|
"env": {
|
|
"ELECTRON_DISABLE_SECURITY_WARNINGS": "false"
|
|
}
|
|
}
|
|
]
|
|
}
|