vs code 的 browse preview 插件无法正常使用,并且报以上当中的错误,请问大家要怎么解决?
收起
重置下配置为这个呢:
{
"version": "0.1.0",
"configurations": [
{
"type": "browser-preview",
"request": "attach",
"name": "Browser Preview: Attach"
},
{
"type": "browser-preview",
"request": "launch",
"name": "Browser Preview: Launch",
"url": "http://localhost:3000"
}
]
}
报告相同问题?