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 7, 2024
1 parent 3021232 commit d79bb4b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,15 @@
],
"compounds": [
{
"name": "Launch Edge Headless and attach DevTools",
"name": "Launch Edge Headless",
"configurations": [
"Launch Microsoft Edge in headless mode",
"Open Edge DevTools"
]
},
{
"name": "Launch Edge and attach DevTools",
"name": "Launch Edge",
"configurations": [
"Launch Microsoft Edge",
"Open Edge DevTools"
]
}
]
Expand Down

0 comments on commit d79bb4b

Please sign in to comment.