You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"url": "c:\\Users\\cbavi\\.vscode-insiders\\extensions\\ms-edgedevtools.vscode-edge-devtools-2.1.10\\out\\startpage\\index.html", // Provide your project's url to finish configuring
34
+
"presentation": {
35
+
"hidden": true
36
+
}
37
+
},
38
+
{
39
+
"type": "msedge",
40
+
"name": "Launch Microsoft Edge in headless mode",
41
+
"request": "launch",
42
+
"runtimeArgs": [
43
+
"--headless",
44
+
"--remote-debugging-port=9222"
45
+
],
46
+
"url": "c:\\Users\\cbavi\\.vscode-insiders\\extensions\\ms-edgedevtools.vscode-edge-devtools-2.1.10\\out\\startpage\\index.html", // Provide your project's url to finish configuring
47
+
"presentation": {
48
+
"hidden": true
49
+
}
50
+
},
51
+
{
52
+
"type": "vscode-edge-devtools.debug",
53
+
"name": "Open Edge DevTools",
54
+
"request": "attach",
55
+
"url": "c:\\Users\\cbavi\\.vscode-insiders\\extensions\\ms-edgedevtools.vscode-edge-devtools-2.1.10\\out\\startpage\\index.html", // Provide your project's url to finish configuring
56
+
"presentation": {
57
+
"hidden": true
58
+
}
59
+
}
60
+
],
61
+
"compounds": [
62
+
{
63
+
"name": "Launch Edge Headless and attach DevTools",
0 commit comments