From b70f1396cfa7bab4a8bd68740213d960bbf393fd Mon Sep 17 00:00:00 2001
From: vimal1083 <vimal1083@gmail.com>
Date: Tue, 3 Nov 2020 20:03:38 +0530
Subject: [PATCH] Remove .vscode

---
 .vscode/launch.json | 17 -----------------
 1 file changed, 17 deletions(-)
 delete mode 100644 .vscode/launch.json

diff --git a/.vscode/launch.json b/.vscode/launch.json
deleted file mode 100644
index 96ff3a660..000000000
--- a/.vscode/launch.json
+++ /dev/null
@@ -1,17 +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": "node",
-            "request": "launch",
-            "name": "Launch Program",
-            "skipFiles": [
-                "<node_internals>/**"
-            ],
-            "program": "${workspaceFolder}/gulpfile.js"
-        }
-    ]
-}
\ No newline at end of file
-- 
GitLab