1. 配置coderunner

在设置里面直接搜coderunner
点击在setting.json中编辑
![在这里插入图片描述](https://img-blog.csdnimg.cn/5d52990cae2540f696e0f946c73965a6.png)

插入这么一行代码,告诉vscode,你的浏览器的位置。(我的是微软自带的edge浏览器)

"html":"\"C:\\Program Files(x86)\\Microsoft\\Edge\\Application\\msedge.exe\"",

2. 下载插件“open in brower"

配置成功之后右击项目可以直接在浏览器打开。
![在这里插入图片描述](https://img-blog.csdnimg.cn/0640959bea9b4e528b764004e8eea617.png)