From 43d099973f9ba43bb27d1f0bfbdc167431784e19 Mon Sep 17 00:00:00 2001 From: Muthukrishnanmatriot <76949556+muthukrishnanmatriot@users.noreply.github.com> Date: Wed, 7 Apr 2021 22:38:28 +0530 Subject: [PATCH] Delete launch.json --- SAS/TMSS/frontend/tmss_webapp/.vscode/launch.json | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 SAS/TMSS/frontend/tmss_webapp/.vscode/launch.json diff --git a/SAS/TMSS/frontend/tmss_webapp/.vscode/launch.json b/SAS/TMSS/frontend/tmss_webapp/.vscode/launch.json deleted file mode 100644 index 562cc640775..00000000000 --- a/SAS/TMSS/frontend/tmss_webapp/.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:3000", - "webRoot": "${workspaceFolder}" - } - ] -} \ No newline at end of file -- GitLab