mirror of
https://github.com/snobu/destreamer.git
synced 2026-02-20 13:29:42 +00:00
exclude debug launch config
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -4,6 +4,8 @@
|
|||||||
*.js
|
*.js
|
||||||
*.zip
|
*.zip
|
||||||
|
|
||||||
|
.vscode\launch.json
|
||||||
|
|
||||||
.chrome_data
|
.chrome_data
|
||||||
node_modules
|
node_modules
|
||||||
videos
|
videos
|
||||||
|
|||||||
20
.vscode/launch.json
vendored
20
.vscode/launch.json
vendored
@@ -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
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user