美文网首页
09.vscode debug with edge

09.vscode debug with edge

作者: 笑着字太黑 | 来源:发表于2023-06-12 14:05 被阅读0次
    "configurations": [
            {
                "type": "msedge",
                "request": "launch",
                "name": "Launch Edge against localhost",
                "url": "http://localhost:4200",
                "webRoot": "${workspaceFolder}"
            }
        ]
    

    相关文章

      网友评论

          本文标题:09.vscode debug with edge

          本文链接:https://www.haomeiwen.com/subject/bdhqydtx.html