diff --git a/.vscode/launch.json b/.vscode/launch.json index 62e0c66..b28b673 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,15 +4,8 @@ { "type": "node", "request": "launch", - "name": "Test", + "name": "Run all specs", "program": "${workspaceRoot}\\test\\runner.js" - }, - { - "type": "node", - "request": "attach", - "name": "Attach to Port", - "address": "localhost", - "port": 5858 } ] } \ No newline at end of file