From add32088141d8d7296c9b8c64e21388abff43cc0 Mon Sep 17 00:00:00 2001 From: Dimo Dzhurenov Date: Thu, 15 Apr 2021 17:33:34 +0300 Subject: [PATCH] removed launch.json --- .vscode/launch.json | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index c319bb15e..000000000 --- a/.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:8000", - "webRoot": "${workspaceFolder}" - } - ] -}