09.vscode debug with edge
2023-06-12 本文已影响0人
笑着字太黑
"configurations": [
{
"type": "msedge",
"request": "launch",
"name": "Launch Edge against localhost",
"url": "http://localhost:4200",
"webRoot": "${workspaceFolder}"
}
]