vs code软件控制台调试,为什么突然用不了谷歌浏览器,其他浏览器正常的,有解决办法么,谢谢
chrome
{
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Launch hello.html",
"file": "${workspaceFolder}/hello.html"
}
]
}