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