Page profile OK
This commit is contained in:
14
em2rp/.vscode/launch.json
vendored
14
em2rp/.vscode/launch.json
vendored
@ -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",
|
||||
|
Reference in New Issue
Block a user