diff --git a/.vscode/launch.json b/.vscode/launch.json index 965ce24..b97038c 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -13,6 +13,18 @@ "args" : [".", "--d"], "outputCapture": "std" }, + { + "name": "Normal", + "type": "node", + "request": "launch", + "cwd": "${workspaceFolder}", + "runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron", + "windows": { + "runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron.cmd" + }, + "args" : ["."], + "outputCapture": "std" + }, { "name": "Api", "type": "node",