From ee120a017195aa64c1f577a1e299db6e70ee99a9 Mon Sep 17 00:00:00 2001 From: CarleyDiaz-Bitwarden <103955722+CarleyDiaz-Bitwarden@users.noreply.github.com> Date: Fri, 24 Jun 2022 10:25:54 -0400 Subject: [PATCH] removing launch.json --- apps/.vscode/launch.json | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 apps/.vscode/launch.json diff --git a/apps/.vscode/launch.json b/apps/.vscode/launch.json deleted file mode 100644 index 177bc7dfad1..00000000000 --- a/apps/.vscode/launch.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "type": "pwa-chrome", - "request": "launch", - "name": "Launch Chrome against localhost", - "url": "http://localhost:8080", - "webRoot": "${workspaceFolder}" - } - ] -}