BAPSicle/.vscode/launch.json
2020-10-29 20:06:55 +00:00

12 lines
No EOL
289 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Python: Launch Server Standalone",
"type": "python",
"request": "launch",
"program": "./launch_standalone.py",
"console": "integratedTerminal"
}
]
}