diff --git a/.vscode/launch.json b/.vscode/launch.json index 5189ab97e7..3e00ee2b0b 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,6 +4,18 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ + { + "type": "node", + "request": "launch", + "name": "Ghost core + Admin", + "skipFiles": [ + "/**" + ], + "program": "${workspaceFolder}/.github/scripts/dev.js", + "autoAttachChildProcesses": true, + "outputCapture": "std", + "console": "integratedTerminal", + }, { "type": "node", "request": "launch",