From d79bb4b8efde26f7752318d1aeaf584fb5b8f811 Mon Sep 17 00:00:00 2001 From: oliik2013 <131269027+oliik2013@users.noreply.github.com> Date: Fri, 7 Jun 2024 14:55:58 +0000 Subject: [PATCH] modified: .vscode/launch.json --- .vscode/launch.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 39117f9..a61cf3f 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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" ] } ]