Skip to content

Commit

Permalink
modified: .vscode/launch.json
Browse files Browse the repository at this point in the history
  • Loading branch information
oliik2013 committed Jun 12, 2024
1 parent 5622a3d commit 7f3b9e1
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,18 @@
"version": "0.2.0",
"configurations": [
{
"type": "vscode-edge-devtools.debug",
"name": "Launch Edge",
"request": "launch",
"name": "Launch Microsoft Edge and open the Edge DevTools inside VSCode",
"type": "msedge",
"url": "https://oliik2013.github.io/sigma.pl/",
"webRoot": "${workspaceFolder}"
},
{
"type": "msedge",
"name": "Launch Microsoft Edge",
"type": "vscode-edge-devtools.debug",
"request": "launch",
"runtimeArgs": [
"--remote-debugging-port=9222"
],
"name": "Launch Microsoft Edge and open the Edge DevTools inside VSCode",
"url": "https://oliik2013.github.io/sigma.pl/",
"presentation": {
"hidden": true
}
"webRoot": "${workspaceFolder}"
},
{
"type": "msedge",
Expand Down

0 comments on commit 7f3b9e1

Please sign in to comment.