From e8cc5e8723a88c41e8ab05b3c6063949e8477b88 Mon Sep 17 00:00:00 2001 From: Mo Bitar Date: Tue, 11 Feb 2020 11:43:47 -0600 Subject: [PATCH] Remove local files --- .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 8056bfbc9..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": "chrome", - "request": "launch", - "name": "Launch Chrome against localhost", - "url": "http://localhost:3001", - "webRoot": "${workspaceFolder}" - } - ] -} \ No newline at end of file