BAPSicle/.vscode/launch.json

12 lines
289 B
JSON
Raw Normal View History

2020-10-28 22:07:13 +00:00
{
"version": "0.2.0",
"configurations": [
{
"name": "Python: Launch Server Standalone",
"type": "python",
"request": "launch",
"program": "./launch_standalone.py",
"console": "integratedTerminal"
}
]
}