From a60e81370989d2d9dca49e4b44b4d1a8985ffdc6 Mon Sep 17 00:00:00 2001 From: blagoev Date: Fri, 1 Sep 2017 17:47:07 +0300 Subject: [PATCH] fix attach launch config --- .vscode/launch.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index 09612ab2..e9eab097 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -54,6 +54,7 @@ "type": "node", "request": "attach", "name": "Attach to Port", + "protocol": "legacy", "address": "localhost", "port": 5858 }