Tweak for vscode
Merge branch 'master' of https://github.com/yoshiko2/AV_Data_Capture
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -108,4 +108,5 @@ venv.bak/
|
||||
|
||||
# success/failed folder
|
||||
JAV_output/**/*
|
||||
failed/*
|
||||
failed/*
|
||||
.vscode/launch.json
|
||||
|
||||
5
.vscode/launch.json
vendored
5
.vscode/launch.json
vendored
@@ -1,8 +1,11 @@
|
||||
{
|
||||
// 使用 IntelliSense 了解相关属性。
|
||||
// 悬停以查看现有属性的描述。
|
||||
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "AV_Data_Capture",
|
||||
"name": "Python: 当前文件",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"console": "integratedTerminal",
|
||||
|
||||
Reference in New Issue
Block a user