mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 15:40:26 +01:00
update launch
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
b37c178f1c
commit
0a7f111236
2 changed files with 13 additions and 5 deletions
7
.vscode/launch.json
vendored
7
.vscode/launch.json
vendored
|
|
@ -7,7 +7,7 @@
|
|||
"request": "launch",
|
||||
"program": "tools/build.py",
|
||||
"console": "integratedTerminal",
|
||||
"justMyCode": false
|
||||
"justMyCode": true
|
||||
},
|
||||
{
|
||||
"name": "Python: Test OpenAPI Serialize",
|
||||
|
|
@ -16,7 +16,10 @@
|
|||
"program": "test/python/test_serialize.py",
|
||||
"console": "integratedTerminal",
|
||||
"justMyCode": false,
|
||||
"preLaunchTask": "build"
|
||||
"preLaunchTask": "build",
|
||||
"env": {
|
||||
"ERROR_UNCATCHED": "True"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue