实时服务器不会在浏览器中打开页面。我试图在浏览器中打开这个http://127.0.0.1:5500/index.html,它显示了我拥有的代码,但是当我进行一些更改时,页面内容不会自动刷新我必须刷新页面显示我所做的更改。
问问题
633 次
1 回答
0
1)重新安装 Liveserver 扩展并重新启动您的 VSCode。
你也可以..
2)在滚动中设置Live Server的浏览器Preferences: Open Settings (JSON)
一直到文件底部,在最后一个设置后添加一个逗号,然后粘贴"liveServer.settings.CustomBrowser": "chrome"
或"firefox"
或其他:)保存settings.json文件并尝试再次运行Live Server。
- 如果您仍有此问题,请查看此链接 => https://github.com/ritwickdey/vscode-live-server/issues/452 和 https://github.com/ritwickdey/vscode-live-server/issues/ 65
- 当一切都失败时,写信给 Visual Studio Code 的支持并准确描述问题。在 Vscode 中单击
View
然后Command Pallette
键入Report Issue
.
我希望它有所帮助:-) 最好的问候!
于 2021-09-27T18:20:36.327 回答