diff --git a/.vscode/launch.json b/.vscode/launch.json index a67e03f833..c059dbcc75 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,6 +4,13 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ + { + "name": "Attach to node", + "port": 9229, + "request": "attach", + "skipFiles": ["/**"], + "type": "node" + }, { "name": "Attach to Chrome", "type": "chrome",