Visual Console Client: minor fix

Former-commit-id: 92b2bd59717dda204af1746671fb3191dae2d0ea
This commit is contained in:
Alejandro Gallardo Escobar 2019-03-05 16:11:59 +01:00
parent 8329e2f90e
commit d76f00ec9b

View File

@ -7,7 +7,7 @@
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"name": "Debug",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
}