From 5d4f76a11ffc08e3ed756477ede57852cb64d56e Mon Sep 17 00:00:00 2001 From: yjlmiss Date: Fri, 8 Oct 2021 13:10:31 +0800 Subject: [PATCH] 1 --- .gitignore | 3 ++- .vscode/launch.json | 12 +++++++++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 167c569..95c3b73 100644 --- a/.gitignore +++ b/.gitignore @@ -108,4 +108,5 @@ venv.bak/ # success/failed folder JAV_output/**/* -failed/* \ No newline at end of file +failed/* +.vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json index 978418a..55105fe 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,12 +1,18 @@ { + // 使用 IntelliSense 了解相关属性。 + // 悬停以查看现有属性的描述。 + // 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { - "name": "AV_Data_Capture", + "name": "Python: 当前文件", "type": "python", "request": "launch", - "program": "${workspaceFolder}/AV_Data_capture.py", - "console": "integratedTerminal" + "program": "${file}", + "console": "integratedTerminal", + "args": [ + "-p","/Volumes/movie/a b" + ] } ] } \ No newline at end of file