From 6e874f5138e5fbe8df891302aa8505d062eab647 Mon Sep 17 00:00:00 2001 From: Luca Armaroli Date: Mon, 7 Sep 2020 17:49:44 +0200 Subject: [PATCH] exclude debug launch config --- .gitignore | 2 ++ .vscode/launch.json | 20 -------------------- 2 files changed, 2 insertions(+), 20 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.gitignore b/.gitignore index 5beb38f..857029a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,8 @@ *.js *.zip +.vscode\launch.json + .chrome_data node_modules videos diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index f44acb8..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,20 +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", - "runtimeArgs": ["--max-http-header-size", "32768"], - "request": "launch", - "name": "Launch Program", - "program": "${workspaceFolder}/build/src/destreamer.js", - "args": [ - "-i", - "https://web.microsoftstream.com/video/ce4da1ff-0400-86ec-2ad6-f1ea83412074" // Bacon and Eggs - ] - } - ] -} \ No newline at end of file