From a384be032a5628e8ddfc32849305e2fbc6b9ecf0 Mon Sep 17 00:00:00 2001 From: roflmaoqwerty Date: Sun, 12 Jan 2020 22:35:37 +1100 Subject: [PATCH] removed vscode debug file --- .vscode/launch.json | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index f94336b2..00000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,33 +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": "attach", - "name": "Attach by Process ID", - "processId": "${command:PickProcess}", - "skipFiles": [ - "/**" - ], - "sourceMaps": true, - "outFiles": [ - "${workspaceFolder}/**/*.js" - ] - }, - { - "type": "node", - "request": "launch", - "name": "Launch Program", - "skipFiles": [ - "/**" - ], - "program": "${workspaceFolder}\\backend\\src\\utils.ts", - "outFiles": [ - "${workspaceFolder}/backend/dist/backend/src/*.js" - ] - } - ] -} \ No newline at end of file