mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-07-21 16:16:27 +00:00
13 lines
406 B
JSON
13 lines
406 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "node",
|
|
"request": "launch",
|
|
"name": "Launch Electron App",
|
|
"cwd": "${workspaceRoot}",
|
|
"runtimeExecutable": "${workspaceRoot}\\node_modules\\.bin\\electron.cmd",
|
|
"program": "${workspaceRoot}\\main.js"
|
|
}
|
|
]
|
|
} |