Files
python_scripts/.vscode/launch.json
T

21 lines
718 B
JSON

{
// 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": [
{
"name": "Python Debugger: Python File",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"args": [
"--file", "my_video.mp4",
"--title", "My Automated Video Title",
"--category", "SCIENCE_AND_TECHNOLOGY",
"--description", "Testing out the Data API!",
"--privacy", "private"
]
}
]
}