fix attach launch config

This commit is contained in:
blagoev 2017-09-01 17:47:07 +03:00
parent 22aaeedd3b
commit a60e813709
1 changed files with 1 additions and 0 deletions

1
.vscode/launch.json vendored
View File

@ -54,6 +54,7 @@
"type": "node",
"request": "attach",
"name": "Attach to Port",
"protocol": "legacy",
"address": "localhost",
"port": 5858
}