Answer the question
In order to leave comments, you need to log in
LiveReload in Visual Studio Code (VSCode)?
In VS Code, I can’t configure Debugger for Chrome (extension), I installed it, I press F5 opens localhost: 8080 (I can’t access the site), I tried to open it on port 9222, it didn’t work either, it says that VSCode will configure itself, configured in the following way:
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:8080",
"webRoot": "${workspaceRoot}"
},
{
"type": "chrome",
"request": "attach",
"name": "Attach to Chrome",
"port": 9222,
"webRoot": "${workspaceRoot}"
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question