Page profile OK

This commit is contained in:
2025-03-10 17:45:46 +01:00
parent c579fd92a2
commit 471d6c5eef
4 changed files with 183 additions and 71 deletions

View File

@ -5,6 +5,20 @@
"version": "0.2.0",
"configurations": [
{
"name": "Launch Edge",
"request": "launch",
"type": "msedge",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
},
{
"name": "Attach to Edge",
"port": 9222,
"request": "attach",
"type": "msedge",
"webRoot": "${workspaceFolder}"
},
{
"name": "em2rp",
"request": "launch",