前言
測試是否兼容IE11,直接錄制GIF來說明;
內容
安裝插件

配置插件
創建配置文件並填寫好項目運行時的URL
{
"configurations": [
{
"name": "Launch Microsoft Edge and open the Edge DevTools",
"request": "launch",
"type": "vscode-edge-devtools.debug",
"url": "http://localhost:8080" // Provide your project's url to finish configuring
}
]
}

使用
運行項目並啟動插件,點擊切換設備,即可在vscode中預覽

注意
項目對應標簽不可以最小化
