diff --git a/.vscode/launch.json b/.vscode/launch.json index c912498..6c4a4c9 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -26,8 +26,8 @@ "type": "node", "request": "launch", "name": "Launch Probot", - "runtimeExecutable": "probot", - "runtimeArgs": ["run", "./app.js"], + "runtimeExecutable": "npm", + "runtimeArgs": ["start"], "console": "integratedTerminal", "cwd": "${workspaceRoot}/", }