Tweak for vscode

Merge branch 'master' of https://github.com/yoshiko2/AV_Data_Capture
This commit is contained in:
Yoshiko2
2021-11-30 16:08:32 +08:00
committed by GitHub
2 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@@ -109,3 +109,4 @@ venv.bak/
# success/failed folder # success/failed folder
JAV_output/**/* JAV_output/**/*
failed/* failed/*
.vscode/launch.json

5
.vscode/launch.json vendored
View File

@@ -1,8 +1,11 @@
{ {
// 使用 IntelliSense 了解相关属性。
// 悬停以查看现有属性的描述。
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0", "version": "0.2.0",
"configurations": [ "configurations": [
{ {
"name": "AV_Data_Capture", "name": "Python: 当前文件",
"type": "python", "type": "python",
"request": "launch", "request": "launch",
"console": "integratedTerminal", "console": "integratedTerminal",