diff --git a/.vscode/launch.json b/.vscode/launch.json index f597178f1..a4b08862c 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,5 +1,42 @@ { "configurations": [ + { + "name": "Electron Main", + "program": "${workspaceFolder}/main.js", + "request": "launch", + "runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron", + "skipFiles": [ + "/**" + ], + "type": "node" + }, + { + "name": "Launch Program", + "program": "${workspaceFolder}/app.js", + "request": "launch", + "skipFiles": [ + "/**" + ], + "type": "node" + }, + { + "name": "Launch Program", + "program": "${workspaceFolder}/app.js", + "request": "launch", + "skipFiles": [ + "/**" + ], + "type": "node" + }, + { + "name": "Launch Program", + "program": "${workspaceFolder}/app.js", + "request": "launch", + "skipFiles": [ + "/**" + ], + "type": "node" + }, { "name": "Debug AVA test file", "type": "node", diff --git a/screenshot.png b/screenshot.png index 620447419..e69de29bb 100644 Binary files a/screenshot.png and b/screenshot.png differ