1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-01-11 23:50:26 +01:00

update vscode settings

Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2024-02-06 14:13:15 +09:00
parent 5739fe06d3
commit 6756690401
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
3 changed files with 20 additions and 9 deletions

8
.vscode/launch.json vendored
View file

@ -3,7 +3,7 @@
"configurations": [
{
"name": "Python: 現在のファイル",
"type": "python",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
@ -11,7 +11,7 @@
},
{
"name": "build",
"type": "python",
"type": "debugpy",
"request": "launch",
"program": "tools/build.py",
"console": "integratedTerminal",
@ -19,7 +19,7 @@
},
{
"name": "test",
"type": "python",
"type": "debugpy",
"request": "launch",
"program": "test/python/test_serialize.py",
"console": "integratedTerminal",
@ -30,4 +30,4 @@
}
}
]
}
}